[Orxonox-commit 1471] r6189 - code/branches/presentation2/src/orxonox/worldentities
rgrieder at orxonox.net
rgrieder at orxonox.net
Tue Dec 1 20:09:52 CET 2009
Author: rgrieder
Date: 2009-12-01 20:09:52 +0100 (Tue, 01 Dec 2009)
New Revision: 6189
Modified:
code/branches/presentation2/src/orxonox/worldentities/EffectContainer.cc
Log:
Didn't see that the compiler threw some errors after all.
Fixed.
Modified: code/branches/presentation2/src/orxonox/worldentities/EffectContainer.cc
===================================================================
--- code/branches/presentation2/src/orxonox/worldentities/EffectContainer.cc 2009-12-01 17:49:48 UTC (rev 6188)
+++ code/branches/presentation2/src/orxonox/worldentities/EffectContainer.cc 2009-12-01 19:09:52 UTC (rev 6189)
@@ -35,13 +35,14 @@
#include "core/CoreIncludes.h"
#include "core/LuaState.h"
#include "core/XMLPort.h"
+#include "worldentities/WorldEntity.h"
namespace orxonox
{
CreateFactory(EffectContainer);
EffectContainer::EffectContainer(BaseObject* creator)
- : StaticEntity(creator)
+ : BaseObject(creator)
, lua_(NULL)
{
RegisterObject(EffectContainer);
More information about the Orxonox-commit
mailing list