- Timestamp:
- Mar 15, 2009, 4:17:20 PM (16 years ago)
- Location:
- code/branches/questsystem5/src/orxonox/overlays/notifications
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.cc
r2786 r2788 54 54 Constructor. Registers the Object. 55 55 */ 56 NotificationManager::NotificationManager() : BaseObject(this)56 NotificationManager::NotificationManager() 57 57 { 58 58 RegisterRootObject(NotificationManager); -
code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.h
r2786 r2788 37 37 #include "OrxonoxPrereqs.h" 38 38 39 #include "core/ BaseObject.h"39 #include "core/OrxonoxClass.h" 40 40 41 41 #include <map> … … 55 55 Damian 'Mozork' Frick 56 56 */ 57 class _OrxonoxExport NotificationManager : public BaseObject57 class _OrxonoxExport NotificationManager : public OrxonoxClass 58 58 { 59 59 public:
Note: See TracChangeset
for help on using the changeset viewer.