]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/writer.h
Decorate things which should be visible to users of the library
[libs/datafile.git] / source / writer.h
index 5f32786f443b443f15c33d996ed070d10fb0461d..05ab369f439e3d94bf3d94e5a2a6b04364c9b914 100644 (file)
@@ -4,6 +4,7 @@
 #include <map>
 #include <msp/core/noncopyable.h>
 #include <msp/io/base.h>
+#include "mspdatafile_api.h"
 #include "output.h"
 
 namespace Msp {
@@ -15,7 +16,7 @@ class WriterMode;
 /**
 Frontend for writing data.
 */
-class Writer: private NonCopyable
+class MSPDATAFILE_API Writer: private NonCopyable
 {
 private:
        Output out;