[Orxonox-commit 2655] r7360 - code/branches/notifications/src/modules/notifications

dafrick at orxonox.net dafrick at orxonox.net
Sun Sep 5 22:36:36 CEST 2010


Author: dafrick
Date: 2010-09-05 22:36:36 +0200 (Sun, 05 Sep 2010)
New Revision: 7360

Modified:
   code/branches/notifications/src/modules/notifications/NotificationManager.cc
Log:
Fix to avoid nasty assert.


Modified: code/branches/notifications/src/modules/notifications/NotificationManager.cc
===================================================================
--- code/branches/notifications/src/modules/notifications/NotificationManager.cc	2010-09-05 20:31:50 UTC (rev 7359)
+++ code/branches/notifications/src/modules/notifications/NotificationManager.cc	2010-09-05 20:36:36 UTC (rev 7360)
@@ -51,7 +51,7 @@
     ManageScopedSingleton(NotificationManager, ScopeID::Graphics, false);
 
     //TODO: Make work.
-    SetConsoleCommand("enterEditMode", &NotificationManager::enterEditMode).description("Enter the NotificationLayer edit mode.");
+    SetConsoleCommand("enterEditMode", &NotificationManager::enterEditMode);
 
     /**
     @brief




More information about the Orxonox-commit mailing list