X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fpanel.h;h=165cc6ad50f497cfe35f49f45502a6bfc6c639f4;hb=a380303d852a3ad3f9b73ccbfbec4cf7f118123e;hp=d224596098d95b05dc281e925abc95b9f380a9b6;hpb=754751fd474c6eac073fa7e89a18142fc89cb4fb;p=libs%2Fgltk.git diff --git a/source/panel.h b/source/panel.h index d224596..165cc6a 100644 --- a/source/panel.h +++ b/source/panel.h @@ -68,7 +68,7 @@ public: Layout *get_layout() { return layout; } protected: - virtual void autosize_special(const Part &, Geometry &); + virtual void autosize_special(const Part &, Geometry &) const; virtual void render_special(const Part &, GL::Renderer &) const; virtual void on_geometry_change();