]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/image.h
Add a persistent view size attribute to List
[libs/gltk.git] / source / image.h
index 5f6b935d20422050df32664b5c00e71984361e61..234f19f100c81848a25643f6514c8f7f9d81aa0c 100644 (file)
@@ -27,7 +27,7 @@ public:
        void set_keep_aspect(bool);
 
 private:
-       virtual void render_special(const Part &) const;
+       virtual void rebuild_special(const Part &);
 };
 
 } // namespace GLtk