aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extension/src/Simulation.hpp2
-rw-r--r--extension/src/TestSingleton.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/extension/src/Simulation.hpp b/extension/src/Simulation.hpp
index 554f257..e16f34b 100644
--- a/extension/src/Simulation.hpp
+++ b/extension/src/Simulation.hpp
@@ -7,7 +7,7 @@
namespace OpenVic2 {
class Simulation : public godot::Object {
- GDCLASS(Simulation, godot::Object);
+ GDCLASS(Simulation, godot::Object)
std::vector<size_t> exampleProvinces;
//BEGIN BOILERPLATE
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;