]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/label.h
Cache widget parts in meshes
[libs/gltk.git] / source / label.h
index a61776ed6e1c9b6dd4cd32c138fb7466783b6fe4..9a0d1f2e57fa53be157546c49be1a9bec133e261 100644 (file)
@@ -33,7 +33,7 @@ public:
        void set_text(const std::string &);
 
 private:
-       virtual void render_special(const Part &) const;
+       virtual void rebuild_special(const Part &, CachedPart &);
 
        virtual void on_style_change();
 };