X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltField.h;h=06e2d4627bd56688402c2a46d08b5af83614175b;hb=47fb1506a99bae1c9cb90f313176f9dab58d5854;hp=67a631bb44162d7efec1963dfb796e5b5f36bdc2;hpb=ab75da2557cefa3beb853b46ea7f230798f61310;p=melted diff --git a/mlt++/src/MltField.h b/mlt++/src/MltField.h index 67a631b..06e2d46 100644 --- a/mlt++/src/MltField.h +++ b/mlt++/src/MltField.h @@ -21,6 +21,8 @@ #ifndef _MLTPP_FIELD_H_ #define _MLTPP_FIELD_H_ +#include "config.h" + #include #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;