Browse Source

*** empty log message ***

Joe Shochet 24 years ago
parent
commit
9d9f137a2c
1 changed files with 3 additions and 5 deletions
  1. 3 5
      panda/src/chat/chatInput.h

+ 3 - 5
panda/src/chat/chatInput.h

@@ -58,18 +58,16 @@ PUBLISHED:
 
   INLINE const string &get_string() const;
 
+  void append(const string &str);
+  bool append_character(char ch);
+
 ////////////////////////////////////////////////////////////////////
 // From parent class DataNode
 ////////////////////////////////////////////////////////////////////
 public:
   virtual void
   transmit_data(NodeAttributes &data);
-
-  void append(const string &str);
-  bool append_character(char ch);
-
   NodeAttributes _attrib;
-
   // inputs
   static TypeHandle _button_events_type;