+ Win32 port - dev studio is required to avoid issues with C++ ABI compatibility
[melted] / mlt++ / src / MltTransition.h
index 1ef8486..66ed23f 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _MLTPP_TRANSITION_H_
 #define _MLTPP_TRANSITION_H_
 
+#include "config.h"
+
 #include <framework/mlt.h>
 #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;