*** empty log message ***

This commit is contained in:
Joe Shochet 2001-07-16 10:01:55 +00:00
parent c11ab984ae
commit 9d9f137a2c

View File

@ -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;