aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-06 15:24:18 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-06 15:24:18 +0100
commit628b5d488e9f48db7926ce6b106345cd88157ce7 (patch)
tree8c9bf1d5aae198e3390f321300e23fe1abe43c54 /src
parent6296b85846b21083e4f545b209f1d9edce2b06f9 (diff)
parent4f953a35912c3d92c26bcb6c2cc77cc3ced176a3 (diff)
Merge remote-tracking branch 'origin/master' into max/big-cleanup
Diffstat (limited to 'src')
-rw-r--r--src/crepe/system/System.h4
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