X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Fmod_bmp%2Ftrgt_bmp.cpp;h=5a126ffd8723cb6bc72612afe0351fbfcfd478c3;hb=d43ed398fd84b93b96eb91d91dafdf65c80537e6;hp=2985c5388f1d4b3c4b4f9b68142e407ce9fd6376;hpb=a095981e18cc37a8ecc7cd237cc22b9c10329264;p=synfig.git diff --git a/synfig-core/src/modules/mod_bmp/trgt_bmp.cpp b/synfig-core/src/modules/mod_bmp/trgt_bmp.cpp index 2985c53..5a126ff 100644 --- a/synfig-core/src/modules/mod_bmp/trgt_bmp.cpp +++ b/synfig-core/src/modules/mod_bmp/trgt_bmp.cpp @@ -23,8 +23,6 @@ /* === H E A D E R S ======================================================= */ -#define SYNFIG_NO_ANGLE - #ifdef USING_PCH # include "pch.h" #else @@ -110,7 +108,7 @@ inline short little_endian_short(const short &x) #define little_endian_short(x) (x) #endif -bmp::bmp(const char *Filename) +bmp::bmp(const char *Filename, const synfig::TargetParam& /* params */) { file=NULL; filename=Filename;