[Orxonox-commit 2851] r7554 - code/branches/lastmanstanding/src/modules/notifications
landauf at orxonox.net
landauf at orxonox.net
Tue Oct 19 18:25:17 CEST 2010
Author: landauf
Date: 2010-10-19 18:25:17 +0200 (Tue, 19 Oct 2010)
New Revision: 7554
Modified:
code/branches/lastmanstanding/src/modules/notifications/Notification.h
Log:
small fix to make it compile again
Modified: code/branches/lastmanstanding/src/modules/notifications/Notification.h
===================================================================
--- code/branches/lastmanstanding/src/modules/notifications/Notification.h 2010-10-18 21:20:32 UTC (rev 7553)
+++ code/branches/lastmanstanding/src/modules/notifications/Notification.h 2010-10-19 16:25:17 UTC (rev 7554)
@@ -83,7 +83,7 @@
bool sent_; //!< Whether Notification has been sent, if so it cannot be changed.
void initialize(void);
- void registerVariables(void);
+ void registerVariables(void) {}
};
More information about the Orxonox-commit
mailing list