X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltFilter.h;h=3be254cd28f8b5ddbb9de772041e155a64b84ed2;hb=47fb1506a99bae1c9cb90f313176f9dab58d5854;hp=ac0a7205bf5cf633d517cb575e438c968afa1e39;hpb=bad3af93817e3f922c832f9ff1e2cecf4e8aa9d4;p=melted diff --git a/mlt++/src/MltFilter.h b/mlt++/src/MltFilter.h index ac0a720..3be254c 100644 --- a/mlt++/src/MltFilter.h +++ b/mlt++/src/MltFilter.h @@ -21,6 +21,8 @@ #ifndef _MLTPP_FILTER_H_ #define _MLTPP_FILTER_H_ +#include "config.h" + #include #include "MltService.h" @@ -29,7 +31,7 @@ namespace Mlt { class Service; - class Filter : public Service + class MLTPP_DECLSPEC Filter : public Service { private: mlt_filter instance;