]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/image.h
Improve widget part caching
[libs/gltk.git] / source / image.h
index 064a6c969beb63a97115bb349fa1e9ccde76cfdd..234f19f100c81848a25643f6514c8f7f9d81aa0c 100644 (file)
@@ -27,7 +27,7 @@ public:
        void set_keep_aspect(bool);
 
 private:
-       virtual void rebuild_special(const Part &, CachedPart &);
+       virtual void rebuild_special(const Part &);
 };
 
 } // namespace GLtk