]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/serial.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / io / serial.h
index a07cd1fd43e404b3a0e82e603abff93388bd1cc0..b83f1e5fb5cb427ac476a86b54f004ba2943ffa1 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_IO_SERIAL_H_
 #define MSP_IO_SERIAL_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 Serial: public EventObject
+class MSPCORE_API Serial: public EventObject
 {
 public:
        enum Parity