aboutsummaryrefslogtreecommitdiff
path: root/extension/src/TestSingleton.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/TestSingleton.hpp')
-rw-r--r--extension/src/TestSingleton.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/TestSingleton.hpp b/extension/src/TestSingleton.hpp
index 0a591ac..de27589 100644
--- a/extension/src/TestSingleton.hpp
+++ b/extension/src/TestSingleton.hpp
@@ -6,7 +6,7 @@
namespace OpenVic2 {
class TestSingleton : public godot::Object
{
- GDCLASS(TestSingleton, godot::Object);
+ GDCLASS(TestSingleton, godot::Object)
static TestSingleton *singleton;