- Timestamp:
- Aug 11, 2009, 12:33:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/overlays/notifications/NotificationQueue.cc
r3301 r5619 39 39 #include "core/XMLPort.h" 40 40 #include "NotificationOverlay.h" 41 #include " NotificationManager.h"41 #include "objects/quest/notifications/NotificationManager.h" 42 42 43 43 namespace orxonox … … 80 80 this->tickTime_ = 0.0; 81 81 82 NotificationManager::getInstance().register Queue(this);82 NotificationManager::getInstance().registerListener(this); 83 83 } 84 84
Note: See TracChangeset
for help on using the changeset viewer.