[Orxonox-commit 5761] r10421 - code/branches/core7/src/libraries/tools

landauf at orxonox.net landauf at orxonox.net
Sun May 3 15:48:10 CEST 2015


Author: landauf
Date: 2015-05-03 15:48:10 +0200 (Sun, 03 May 2015)
New Revision: 10421

Modified:
   code/branches/core7/src/libraries/tools/Timer.cc
Log:
RealTimer was not registered in the framework

Modified: code/branches/core7/src/libraries/tools/Timer.cc
===================================================================
--- code/branches/core7/src/libraries/tools/Timer.cc	2015-05-03 13:02:05 UTC (rev 10420)
+++ code/branches/core7/src/libraries/tools/Timer.cc	2015-05-03 13:48:10 UTC (rev 10421)
@@ -246,6 +246,9 @@
     ///////////////
     // RealTimer //
     ///////////////
+
+    RegisterClassNoArgs(RealTimer);
+
     /// @copydoc Timer::Timer
     RealTimer::RealTimer()
     {




More information about the Orxonox-commit mailing list