]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/handle.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / io / handle.h
index 6140e116d74fb497d83085d921e11b515084616a..06c2034c5271995995fd2929027cc1951fcf9d7d 100644 (file)
@@ -2,11 +2,12 @@
 #define MSP_IO_HANDLE_H_
 
 #include <cstddef>
+#include <msp/core/mspcore_api.h>
 
 namespace Msp {
 namespace IO {
 
-class Handle
+class MSPCORE_API Handle
 {
 public:
        struct Private;