From 9d9f137a2cfb9ca2760f7d9c99b0fe6a841d88b4 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Mon, 16 Jul 2001 10:01:55 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/chat/chatInput.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/panda/src/chat/chatInput.h b/panda/src/chat/chatInput.h index cf3ed72fc1..03a0862687 100644 --- a/panda/src/chat/chatInput.h +++ b/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;