aboutsummaryrefslogtreecommitdiff
path: root/cObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'cObject.h')
-rw-r--r--cObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cObject.h b/cObject.h
index a2b269a..d0947da 100644
--- a/cObject.h
+++ b/cObject.h
@@ -61,7 +61,7 @@ public:
virtual void onChar(unsigned char _c){}
protected: //For child classes
- cObject() : pos({0,0}) , bSizeSet(false){}
+ cObject();
/** For inheriting classes: sets size of framebuffer
*/
void setSize(int _sx, int _sy);