]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/memory.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / io / memory.h
index 75cf7f5a6056ff052ebef19b4622692f6bf138d5..5ae2a34fe43fe6c72c490f20148f0ef992ab7f30 100644 (file)
@@ -1,12 +1,13 @@
 #ifndef MSP_IO_MEMORY_H_
 #define MSP_IO_MEMORY_H_
 
+#include <msp/core/mspcore_api.h>
 #include "seekable.h"
 
 namespace Msp {
 namespace IO {
 
-class Memory: public Seekable
+class MSPCORE_API Memory: public Seekable
 {
 private:
        char *begin = nullptr;