aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/System.h')
-rw-r--r--src/crepe/System.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/System.h b/src/crepe/System.h
index 8744920..ecbb7f5 100644
--- a/src/crepe/System.h
+++ b/src/crepe/System.h
@@ -8,8 +8,8 @@ public:
virtual void update() = 0;
protected:
- System(){};
- virtual ~System(){};
+ System() {};
+ virtual ~System() {};
private:
// singleton