[Orxonox-commit 5733] r10393 - code/branches/core7/src/orxonox
landauf at orxonox.net
landauf at orxonox.net
Thu Apr 23 23:15:13 CEST 2015
Author: landauf
Date: 2015-04-23 23:15:13 +0200 (Thu, 23 Apr 2015)
New Revision: 10393
Modified:
code/branches/core7/src/orxonox/Radar.cc
Log:
found another unregistered class
Modified: code/branches/core7/src/orxonox/Radar.cc
===================================================================
--- code/branches/core7/src/orxonox/Radar.cc 2015-04-23 20:44:57 UTC (rev 10392)
+++ code/branches/core7/src/orxonox/Radar.cc 2015-04-23 21:15:13 UTC (rev 10393)
@@ -36,6 +36,7 @@
#include <cassert>
//#include "util/Math.h"
+#include "core/CoreIncludes.h"
#include "core/object/ObjectList.h"
#include "core/command/ConsoleCommand.h"
#include "interfaces/RadarListener.h"
@@ -44,6 +45,7 @@
namespace orxonox
{
+ RegisterAbstractClass(Radar).inheritsFrom<Tickable>();
Radar::Radar()
: itFocus_(0)
More information about the Orxonox-commit
mailing list