summaryrefslogtreecommitdiff
path: root/cObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'cObject.h')
-rw-r--r--cObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cObject.h b/cObject.h
index 607af4e..f9b42c4 100644
--- a/cObject.h
+++ b/cObject.h
@@ -30,9 +30,9 @@ public:
sObject getObject();
- virtual void onClick(sPos _pos, unsigned int _button){};
+ virtual void onClick(sPos _pos, unsigned int _button){}
- virtual void onChar(unsigned char _c){};
+ virtual void onChar(unsigned char _c){}
protected: //For child classes
cObject();