X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fimage.h;h=234f19f100c81848a25643f6514c8f7f9d81aa0c;hp=064a6c969beb63a97115bb349fa1e9ccde76cfdd;hb=319cde3c06181ba1c3619567525002926d8b4889;hpb=768c65e13861f72929290ac2513df9975579e543 diff --git a/source/image.h b/source/image.h index 064a6c9..234f19f 100644 --- a/source/image.h +++ b/source/image.h @@ -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