From a4f213bf923b79674b8dcef4c35f0f79329ffc80 Mon Sep 17 00:00:00 2001 From: Robert Clarke Date: Sun, 12 Feb 2023 22:05:08 -0500 Subject: Removing semicolons that would cause issues on MSVC --- extension/src/Simulation.hpp | 2 +- extension/src/TestSingleton.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extension/src') 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 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; -- cgit v1.2.3-56-ga3b1