X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltTransition.h;h=66ed23f61131e116891a30945ba8de48acaea8c7;hb=47fb1506a99bae1c9cb90f313176f9dab58d5854;hp=1ef84865c4dbcba4085a87bb209e78280021dbb3;hpb=bad3af93817e3f922c832f9ff1e2cecf4e8aa9d4;p=melted diff --git a/mlt++/src/MltTransition.h b/mlt++/src/MltTransition.h index 1ef8486..66ed23f 100644 --- a/mlt++/src/MltTransition.h +++ b/mlt++/src/MltTransition.h @@ -21,6 +21,8 @@ #ifndef _MLTPP_TRANSITION_H_ #define _MLTPP_TRANSITION_H_ +#include "config.h" + #include #include "MltService.h" @@ -28,7 +30,7 @@ namespace Mlt { class Service; - class Transition : public Service + class MLTPP_DECLSPEC Transition : public Service { private: mlt_transition instance;