X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.h;h=7d5a592805f187a096e1fbc5e6f1a40822981d78;hb=aa939035cbb1bc2b89f77255953b2927690e4cca;hp=5dbf7bb1aa112a317f59763ac6fd9c8ccb7bad9a;hpb=91583e23889a7654fab6669821979b36c1819606;p=libs%2Fgltk.git diff --git a/source/root.h b/source/root.h index 5dbf7bb..7d5a592 100644 --- a/source/root.h +++ b/source/root.h @@ -63,7 +63,7 @@ public: virtual unsigned get_height() const { return geom.h; } void tick(); - virtual void render(const GL::Tag & = GL::Tag()) const; + void render() const; virtual void render(GL::Renderer &, const GL::Tag & = GL::Tag()) const; private: