X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Fimporter.h;h=6185ab5bb5241c23abb3aef4229d147330e65fb8;hb=80add165d58679648ddbb5c55e64c6c0896d7ea4;hp=ce89da5e8fca0c8502135a0566c8956dede8aeb5;hpb=c81544a192b7f971ec65498048c004fb86bce8ac;p=synfig.git diff --git a/synfig-core/src/synfig/importer.h b/synfig-core/src/synfig/importer.h index ce89da5..6185ab5 100644 --- a/synfig-core/src/synfig/importer.h +++ b/synfig-core/src/synfig/importer.h @@ -38,7 +38,9 @@ //! Defines various variables and the create method, common for all importers. //! To be used in the private part of the importer class definition. -#define SYNFIG_IMPORTER_MODULE_EXT public: static const char name__[], version__[], ext__[],cvs_id__[]; static Importer *create(const char *filename); +#define SYNFIG_IMPORTER_MODULE_EXT \ + public: static const char name__[], version__[], ext__[],cvs_id__[]; \ + static Importer *create(const char *filename); //! Sets the name of the importer. #define SYNFIG_IMPORTER_SET_NAME(class,x) const char class::name__[]=x