X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdropdown.h;h=24c62cf862254136bcf0de2ed112ecc81b55882e;hb=707b59d45ae50b69c94918f8f74313283b304597;hp=06aefa5af96d32cc0b6b3cc0d590bb092298164b;hpb=74934c6f7a6fd0f9e9bf11eeb9f33cf9279bf471;p=libs%2Fgltk.git diff --git a/source/dropdown.h b/source/dropdown.h index 06aefa5..24c62cf 100644 --- a/source/dropdown.h +++ b/source/dropdown.h @@ -39,7 +39,7 @@ public: virtual const char *get_class() const { return "dropdown"; } private: - virtual void autosize_special(const Part &, Geometry &); + virtual void autosize_special(const Part &, Geometry &) const; public: void set_data(ListData &d) { list.set_data(d); }