- Timestamp:
- Mar 15, 2009, 11:41:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5/src/orxonox/overlays/notifications/Notification.cc
r2779 r2785 106 106 { 107 107 this->sender_ = sender; 108 bool successful = NotificationManager:: registerNotification(this);108 bool successful = NotificationManager::getInstance().registerNotification(this); 109 109 if(!successful) 110 110 return false;
Note: See TracChangeset
for help on using the changeset viewer.