X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Fsrc%2Fmodules%2Fmod_ppm%2Ftrgt_mpg.cpp;h=c90ebfdfac8c67db2e5a4ff81e485bcea4516e71;hb=6d0a3a3708d8dd5288ef1b302c36331fb005a218;hp=e379eb0a9cdc64fcec37d11c05ff799de79f59e9;hpb=adfc80c126f482d7ea2bac38001a2c4a7c7df88c;p=synfig.git diff --git a/synfig-core/src/modules/mod_ppm/trgt_mpg.cpp b/synfig-core/src/modules/mod_ppm/trgt_mpg.cpp index e379eb0..c90ebfd 100644 --- a/synfig-core/src/modules/mod_ppm/trgt_mpg.cpp +++ b/synfig-core/src/modules/mod_ppm/trgt_mpg.cpp @@ -64,7 +64,8 @@ bsd_mpeg1::New(const char *filename) return new bsd_mpeg1(filename); } -bsd_mpeg1::bsd_mpeg1(const char *Filename) +bsd_mpeg1::bsd_mpeg1(const char *Filename, + const synfig::TargetParam& /* params */) { filename=Filename; passthru=ppm::New((tmp_dir+"temp.ppm").c_str());