Merge ../mlt
[melted] / mlt++ / src / MltTokeniser.h
index f3d127e..7b0bda9 100644 (file)
 #ifndef _MLTPP_TOKENISER_H
 #define _MLTPP_TOKENISER_H
 
+#include "config.h"
+
 #include <framework/mlt.h>
 
 namespace Mlt
 {
-       class Tokeniser
+       class MLTPP_DECLSPEC Tokeniser
        {
                private:
                        mlt_tokeniser tokens;