Changeset 1881 in orxonox.OLD for orxonox/branches/gui/console
- Timestamp:
- May 8, 2004, 3:05:28 PM (21 years ago)
- Location:
- orxonox/branches/gui/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/console/orxonox_console_entry.cc
r1880 r1881 27 27 #include "orxonox_console_entry.h" 28 28 29 OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log)30 {29 /*OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log) 30 { 31 31 consoleLog = log; 32 } 32 }*/ 33 33 34 34 GtkWidget* OrxonoxConsoleEntry::createEntry() … … 62 62 63 63 gtk_entry_set_text(GTK_ENTRY(data),""); 64 free (entryText);64 // freen entryText; 65 65 return; 66 66 } -
orxonox/branches/gui/console/orxonox_console_entry.h
r1880 r1881 23 23 24 24 public: 25 OrxonoxConsoleEntry(OrxonoxConsoleLog* log);25 // OrxonoxConsoleEntry(OrxonoxConsoleLog* log); 26 26 27 27 GtkWidget* createEntry(void);
Note: See TracChangeset
for help on using the changeset viewer.