Changeset 9869 in orxonox.OLD for trunk/src/lib/gui/gl/specials/glgui_notifier.cc
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl/specials/glgui_notifier.cc
r8619 r9869 23 23 namespace OrxGui 24 24 { 25 25 ObjectListDefinition(GLGuiNotifier); 26 26 /** 27 27 * @brief standard constructor … … 29 29 GLGuiNotifier::GLGuiNotifier () 30 30 { 31 this-> setClassID(CL_GLGUI_NOTIFIER, "GLGuiNotifier");31 this->registerObject(this, GLGuiNotifier::_objectList); 32 32 33 33 // Element2D and generals
Note: See TracChangeset
for help on using the changeset viewer.