]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/image.h
Improve widget part caching
[libs/gltk.git] / source / image.h
index afc4826e28c24f46e324ddcd30f994b1f10588d0..234f19f100c81848a25643f6514c8f7f9d81aa0c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_IMAGE_H_
 #define MSP_GLTK_IMAGE_H_
 
@@ -34,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