summaryrefslogtreecommitdiff
path: root/cObject.h
diff options
context:
space:
mode:
authorGravatar jonas <himself@jonasgunz.de> 2019-01-03 21:19:20 +0100
committerGravatar jonas <himself@jonasgunz.de> 2019-01-03 21:19:20 +0100
commit4912eb6946734a540a81cef97bcf0d418b73406f (patch)
tree83d6b5cd30e7182217c2f9b48c31de5f0a9cdd03 /cObject.h
parent8134a14d6e3e7f07ba2fbbc2d657789ce441fbc6 (diff)
downloadtermgl-4912eb6946734a540a81cef97bcf0d418b73406f.tar.gz
a
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();