X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdropdown.h;h=166eebf53da3943040c2565b9f4d471cca7d9919;hb=eb6eee5fabf05abca4a0434c2a8f8f62c900afec;hp=4af5a5fe9a265cb484a509950ee5982d8d486713;hpb=1aa6cd9b865e366737dcc9d2d36c4f8faed5bc4f;p=libs%2Fgltk.git diff --git a/source/dropdown.h b/source/dropdown.h index 4af5a5f..166eebf 100644 --- a/source/dropdown.h +++ b/source/dropdown.h @@ -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);