X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltEvent.h;h=92b391718e5e7dc521ea8018d51f417305560c8b;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=66b189f821bc4dc63d1b2548646ea2eb0b593e74;hpb=d0cb0f36fcf4d60c86835470822ee7463aa4b15e;p=melted diff --git a/mlt++/src/MltEvent.h b/mlt++/src/MltEvent.h index 66b189f..92b3917 100644 --- a/mlt++/src/MltEvent.h +++ b/mlt++/src/MltEvent.h @@ -21,11 +21,13 @@ #ifndef _MLTPP_EVENT_H_ #define _MLTPP_EVENT_H_ +#include "config.h" + #include namespace Mlt { - class Event + class MLTPP_DECLSPEC Event { private: mlt_event instance;