X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltFrame.h;h=9d564ab816a56b364d4cbdbbeddba3e607b11cc0;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=030ae0d979600f16ea823b607c4d803957b799c6;hpb=86d5ec6413cb945b81475a91ee998b46c6c95a73;p=melted diff --git a/mlt++/src/MltFrame.h b/mlt++/src/MltFrame.h index 030ae0d..9d564ab 100644 --- a/mlt++/src/MltFrame.h +++ b/mlt++/src/MltFrame.h @@ -21,6 +21,8 @@ #ifndef _MLTPP_FRAME_H_ #define _MLTPP_FRAME_H_ +#include "config.h" + #include #include "MltProperties.h" @@ -29,7 +31,7 @@ namespace Mlt class Properties; class Producer; - class Frame : public Properties + class MLTPP_DECLSPEC Frame : public Properties { private: mlt_frame instance;