- Timestamp:
- Oct 5, 2009, 1:34:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/modules/questsystem/notifications/NotificationManager.cc
r5867 r5877 48 48 49 49 NotificationManager* NotificationManager::singletonPtr_s = NULL; 50 ManageScopedSingleton(NotificationManager, ScopeID::Root );50 ManageScopedSingleton(NotificationManager, ScopeID::Root, false); 51 51 52 52 /**
Note: See TracChangeset
for help on using the changeset viewer.