X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.h;h=1126e837836e46f5d88590e2cf94df3b14efc174;hb=fdc7fecc65f5f517d66abe3546a949a46836c4a6;hp=a6a89c5ba18e8dd956fe2580262bf5b4627f8aca;hpb=1aa6cd9b865e366737dcc9d2d36c4f8faed5bc4f;p=libs%2Fgltk.git diff --git a/source/panel.h b/source/panel.h index a6a89c5..1126e83 100644 --- a/source/panel.h +++ b/source/panel.h @@ -72,7 +72,7 @@ public: Widget *get_final_input_focus() const; protected: - virtual void render_special(const Part &) const; + virtual void render_special(const Part &, GL::Renderer &) const; public: virtual void button_press(int, int, unsigned);