X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltConsumer.h;fp=mlt%2B%2B%2Fsrc%2FMltConsumer.h;h=dc4c87d4bd30ae61e340ad408c5aa5fc51686fe0;hb=47fb1506a99bae1c9cb90f313176f9dab58d5854;hp=17eda600a42899f09811d17048698214c926588e;hpb=bad3af93817e3f922c832f9ff1e2cecf4e8aa9d4;p=melted diff --git a/mlt++/src/MltConsumer.h b/mlt++/src/MltConsumer.h index 17eda60..dc4c87d 100644 --- a/mlt++/src/MltConsumer.h +++ b/mlt++/src/MltConsumer.h @@ -21,6 +21,8 @@ #ifndef _MLTPP_CONSUMER_H_ #define _MLTPP_CONSUMER_H_ +#include "config.h" + #include #include "MltService.h" @@ -29,7 +31,7 @@ namespace Mlt { class Service; - class Consumer : public Service + class MLTPP_DECLSPEC Consumer : public Service { private: mlt_consumer instance;