X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_jpeg%2Fmptr_jpeg.h;h=416d82748544da8a6b319bc1b689ce861a0692be;hb=2634f9614b1b0c8278f72acbda44073c02e42fd4;hp=d2f1f606852ea4143ef7ca0fdadbd958156539c4;hpb=70bcefce2ab011a11014f36fc129b473cc0bc61e;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_jpeg/mptr_jpeg.h b/synfig-core/trunk/src/modules/mod_jpeg/mptr_jpeg.h index d2f1f60..416d827 100644 --- a/synfig-core/trunk/src/modules/mod_jpeg/mptr_jpeg.h +++ b/synfig-core/trunk/src/modules/mod_jpeg/mptr_jpeg.h @@ -2,6 +2,8 @@ /*! \file mptr_jpeg.h ** \brief Template Header ** +** $Id$ +** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** @@ -57,7 +59,7 @@ public: jpeg_mptr(const char *filename); ~jpeg_mptr(); - virtual bool get_frame(synfig::Surface &,synfig::Time, synfig::ProgressCallback *); + virtual bool get_frame(synfig::Surface &surface,synfig::Time time, synfig::ProgressCallback *callback); }; /* === E N D =============================================================== */