diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 16:12:41 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 16:12:41 +0100 |
commit | a1b8f56238bbc3d5f3eb273fad4a225592e7356f (patch) | |
tree | 71a9dbeb9e750bed24f1447e5c74766e9c6f6a6f /src | |
parent | c40c89f0c1f72e67b4036792b4b2a9b28eb73e9a (diff) | |
parent | 4f953a35912c3d92c26bcb6c2cc77cc3ced176a3 (diff) |
Merge remote-tracking branch 'origin/master' into max/scenes
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/system/System.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/system/System.h b/src/crepe/system/System.h index 8744920..ecbb7f5 100644 --- a/src/crepe/system/System.h +++ b/src/crepe/system/System.h @@ -8,8 +8,8 @@ public: virtual void update() = 0; protected: - System(){}; - virtual ~System(){}; + System() {}; + virtual ~System() {}; private: // singleton |