- Timestamp:
- Oct 1, 2009, 11:44:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/modules/questsystem/notifications/NotificationManager.h
r5738 r5850 46 46 namespace orxonox 47 47 { 48 49 48 /** 50 49 @brief … … 54 53 Damian 'Mozork' Frick 55 54 */ 56 class _QuestsystemExport NotificationManager : public ScopedSingleton<NotificationManager, ScopeID:: GSLevel>, public OrxonoxClass55 class _QuestsystemExport NotificationManager : public ScopedSingleton<NotificationManager, ScopeID::Root>, public OrxonoxClass 57 56 { 58 friend class ScopedSingleton<NotificationManager, ScopeID:: GSLevel>;57 friend class ScopedSingleton<NotificationManager, ScopeID::Root>; 59 58 public: 60 59 NotificationManager();
Note: See TracChangeset
for help on using the changeset viewer.