]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/toggle.h
Cache widget parts in meshes
[libs/gltk.git] / source / toggle.h
index b6195e1d470f65a79ddd5e450ca5f2fbfce1cc7c..fd7e762734ab295ad25be775ba5568f4970a5b75 100644 (file)
@@ -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);