Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/gui/gl/specials
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/gui/gl/specials
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/gui/gl/specials/glgui_notifier.cc
r9689 r9715 23 23 namespace OrxGui 24 24 { 25 NewObjectListDefinition(GLGuiNotifier);25 ObjectListDefinition(GLGuiNotifier); 26 26 /** 27 27 * @brief standard constructor -
branches/new_class_id/src/lib/gui/gl/specials/glgui_notifier.h
r9689 r9715 24 24 class GLGuiNotifier : public GLGuiWidget 25 25 { 26 NewObjectListDeclaration(GLGuiNotifier);26 ObjectListDeclaration(GLGuiNotifier); 27 27 public: 28 28 GLGuiNotifier();
Note: See TracChangeset
for help on using the changeset viewer.