Merge ../mlt
[melted] / mlt++ / src / MltEvent.h
index 66b189f..92b3917 100644 (file)
 #ifndef _MLTPP_EVENT_H_
 #define _MLTPP_EVENT_H_
 
+#include "config.h"
+
 #include <framework/mlt.h>
 
 namespace Mlt 
 {
-       class Event 
+       class MLTPP_DECLSPEC Event 
        {
                private:
                        mlt_event instance;