]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/statement.h
Decorate things which should be visible to users of the library
[libs/datafile.git] / source / statement.h
index a580f379e47eb5130aa6379aa03d301433ce614b..6a9da0462d8fda6cecbe3d9a2c4bc775c481574f 100644 (file)
@@ -2,6 +2,7 @@
 #define MSP_DATAFILE_STATEMENT_H_
 
 #include <list>
+#include "mspdatafile_api.h"
 #include "value.h"
 
 namespace Msp {
@@ -9,7 +10,7 @@ namespace DataFile {
 
 struct Token;
 
-struct Statement
+struct MSPDATAFILE_API Statement
 {
        typedef std::vector<Value> Arguments;