diff options
Diffstat (limited to 'main/tests/test_gui.cpp')
-rw-r--r-- | main/tests/test_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/test_gui.cpp b/main/tests/test_gui.cpp index 14bc13ff61..d46a13d2c0 100644 --- a/main/tests/test_gui.cpp +++ b/main/tests/test_gui.cpp @@ -265,6 +265,7 @@ public: MainLoop *test() { return memnew(TestMainLoop); } + } // namespace TestGUI #endif |