X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fimage.h;h=064a6c969beb63a97115bb349fa1e9ccde76cfdd;hb=9fdbf99cdb3c5620e665c3ecb34e83d778cb311a;hp=afc4826e28c24f46e324ddcd30f994b1f10588d0;hpb=43ac7c4514658754d09552463425bcd344fb9ded;p=libs%2Fgltk.git diff --git a/source/image.h b/source/image.h index afc4826..064a6c9 100644 --- a/source/image.h +++ b/source/image.h @@ -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 &, CachedPart &); }; } // namespace GLtk