summaryrefslogtreecommitdiff
path: root/src/unittest/test_clientactiveobjectmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest/test_clientactiveobjectmgr.cpp')
-rw-r--r--src/unittest/test_clientactiveobjectmgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unittest/test_clientactiveobjectmgr.cpp b/src/unittest/test_clientactiveobjectmgr.cpp
index 4d2846c8d..2d508cf32 100644
--- a/src/unittest/test_clientactiveobjectmgr.cpp
+++ b/src/unittest/test_clientactiveobjectmgr.cpp
@@ -29,6 +29,7 @@ public:
TestClientActiveObject() : ClientActiveObject(0, nullptr, nullptr) {}
~TestClientActiveObject() = default;
ActiveObjectType getType() const { return ACTIVEOBJECT_TYPE_TEST; }
+ virtual void addToScene(ITextureSource *tsrc, scene::ISceneManager *smgr) {}
};
class TestClientActiveObjectMgr : public TestBase