X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftoggle.h;h=fd7e762734ab295ad25be775ba5568f4970a5b75;hb=43a75e4e9be56c58be5e224f19016bb14b56a7ef;hp=b6195e1d470f65a79ddd5e450ca5f2fbfce1cc7c;hpb=2b70e8801c43875ed3f4135bdd0141265cff0312;p=libs%2Fgltk.git diff --git a/source/toggle.h b/source/toggle.h index b6195e1..fd7e762 100644 --- a/source/toggle.h +++ b/source/toggle.h @@ -49,7 +49,7 @@ public: bool get_value() const { return value; } private: - virtual void render_special(const Part &) const; + virtual void rebuild_special(const Part &, CachedPart &); public: virtual void button_press(int, int, unsigned);