]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/root.h
Change Root::render to use the passed in Renderer
[libs/gltk.git] / source / root.h
index 5dbf7bb1aa112a317f59763ac6fd9c8ccb7bad9a..7d5a592805f187a096e1fbc5e6f1a40822981d78 100644 (file)
@@ -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: