]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/entry.h
Use a GL::Renderer to render widgets
[libs/gltk.git] / source / entry.h
index 968e3994580b042e35d19c3a4813ec5c6fcc1ec0..3ee0b2c2b2c132ef8164f0e66593dabcec07a620 100644 (file)
@@ -53,7 +53,7 @@ public:
 
 private:
        virtual void rebuild_special(const Part &, CachedPart &);
-       virtual void render_special(const Part &) const;
+       virtual void render_special(const Part &, GL::Renderer &) const;
 
 public:
        virtual void key_press(unsigned, unsigned);