aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/system')
-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 ecbb7f5..8744920 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