- Timestamp:
- May 2, 2011, 10:20:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutoriallevel2/src/modules/notifications/Notification.cc
r7489 r8374 35 35 36 36 #include "core/CoreIncludes.h" 37 #include " NotificationManager.h"37 #include "interfaces/NotificationListener.h" 38 38 39 39 namespace orxonox … … 72 72 { 73 73 this->message_.clear(); 74 this->sender_ = Notification Manager::NONE;74 this->sender_ = NotificationListener::NONE; 75 75 } 76 76
Note: See TracChangeset
for help on using the changeset viewer.