summaryrefslogtreecommitdiffstats
path: root/bin/tests/test_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/test_gui.cpp')
-rw-r--r--bin/tests/test_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tests/test_gui.cpp b/bin/tests/test_gui.cpp
index f814b0282b..17a6a4111c 100644
--- a/bin/tests/test_gui.cpp
+++ b/bin/tests/test_gui.cpp
@@ -58,7 +58,7 @@
namespace TestGUI {
-class TestMainLoop : public SceneMainLoop {
+class TestMainLoop : public SceneTree {
Control *control;
@@ -72,7 +72,7 @@ public:
}
virtual void init() {
- SceneMainLoop::init();
+ SceneTree::init();
#if 0