Changeset 1893 in orxonox.OLD for orxonox/branches/gui/console/orxonox_console_entry.cc
- Timestamp:
- May 14, 2004, 2:35:27 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/console/orxonox_console_entry.cc
r1891 r1893 29 29 30 30 31 /* 32 OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log, 33 OrxonoxConsoleEntry* test) 31 OrxonoxConsoleEntry::OrxonoxConsoleEntry() 32 {} 33 34 OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log) 34 35 { 35 consoleLog = log; 36 consoleLog = log; 37 } 36 38 37 }38 */39 39 40 40 GtkWidget* OrxonoxConsoleEntry::createEntry()
Note: See TracChangeset
for help on using the changeset viewer.