aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-06 16:12:41 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-06 16:12:41 +0100
commita1b8f56238bbc3d5f3eb273fad4a225592e7356f (patch)
tree71a9dbeb9e750bed24f1447e5c74766e9c6f6a6f /src/crepe
parentc40c89f0c1f72e67b4036792b4b2a9b28eb73e9a (diff)
parent4f953a35912c3d92c26bcb6c2cc77cc3ced176a3 (diff)
Merge remote-tracking branch 'origin/master' into max/scenes
Diffstat (limited to 'src/crepe')
-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