X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fimage.h;h=234f19f100c81848a25643f6514c8f7f9d81aa0c;hb=319cde3c06181ba1c3619567525002926d8b4889;hp=afc4826e28c24f46e324ddcd30f994b1f10588d0;hpb=43ac7c4514658754d09552463425bcd344fb9ded;p=libs%2Fgltk.git diff --git a/source/image.h b/source/image.h index afc4826..234f19f 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 &); }; } // namespace GLtk