]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/pipe.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / io / pipe.h
index df5353a39eb078c6fc3eab7f6509a441b28cdd69..c62aa361b6dc1c349aca224f44b5ddf8b75d9ec5 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_IO_PIPE_H_
 #define MSP_IO_PIPE_H_
 
+#include <msp/core/mspcore_api.h>
 #include "eventobject.h"
 #include "eventreader.h"
 #include "handle.h"
@@ -8,7 +9,7 @@
 namespace Msp {
 namespace IO {
 
-class Pipe: public EventObject
+class MSPCORE_API Pipe: public EventObject
 {
 private:
        Handle read_handle;