X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fimage.h;h=234f19f100c81848a25643f6514c8f7f9d81aa0c;hb=c8291177b545ec81930603a5915234a60296db51;hp=064a6c969beb63a97115bb349fa1e9ccde76cfdd;hpb=1aa6cd9b865e366737dcc9d2d36c4f8faed5bc4f;p=libs%2Fgltk.git 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