+ Win32 port - dev studio is required to avoid issues with C++ ABI compatibility
[melted] / mlt++ / src / MltField.h
index 67a631b..06e2d46 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _MLTPP_FIELD_H_
 #define _MLTPP_FIELD_H_
 
+#include "config.h"
+
 #include <framework/mlt.h>
 
 #include "MltService.h"
@@ -31,7 +33,7 @@ namespace Mlt
        class Filter;
        class Transition;
 
-       class Field : public Service
+       class MLTPP_DECLSPEC Field : public Service
        {
                private:
                        mlt_field instance;