From 4912eb6946734a540a81cef97bcf0d418b73406f Mon Sep 17 00:00:00 2001 From: jonas Date: Thu, 3 Jan 2019 21:19:20 +0100 Subject: a --- cObject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cObject.h') 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(); -- cgit v1.2.3