]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/dropdown.h
Use a GL::Renderer to render widgets
[libs/gltk.git] / source / dropdown.h
index 4af5a5fe9a265cb484a509950ee5982d8d486713..166eebf53da3943040c2565b9f4d471cca7d9919 100644 (file)
@@ -46,7 +46,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 button_press(int, int, unsigned);