aboutsummaryrefslogtreecommitdiff
path: root/cObject.h
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-02-10 13:09:22 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-02-10 13:09:22 +0100
commitebf2e4812f39467eaf6ace9bfc9848f9e2d7ea3f (patch)
treeb2421fa92be6a3d67d93878f19b15ae9ab76e7f5 /cObject.h
parent2404a1c8049f192464999e925375ca95819bd8e9 (diff)
downloadtermgl-ebf2e4812f39467eaf6ace9bfc9848f9e2d7ea3f.tar.gz
minor tweaks
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);