diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 15:24:18 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 15:24:18 +0100 |
commit | 628b5d488e9f48db7926ce6b106345cd88157ce7 (patch) | |
tree | 8c9bf1d5aae198e3390f321300e23fe1abe43c54 /src | |
parent | 6296b85846b21083e4f545b209f1d9edce2b06f9 (diff) | |
parent | 4f953a35912c3d92c26bcb6c2cc77cc3ced176a3 (diff) |
Merge remote-tracking branch 'origin/master' into max/big-cleanup
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 |