]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/noncopyable.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / core / noncopyable.h
index c948c57c7ab6b21e29e6f8036d7ff0f374bf21bd..78f9e66c24d1ee15fc89f118c52bde404738eef0 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef MSP_CORE_NONCOPYABLE_H_
 #define MSP_CORE_NONCOPYABLE_H_
 
+#include "mspcore_api.h"
+
 namespace Msp {
 
-class NonCopyable
+class MSPCORE_API NonCopyable
 {
 protected:
        NonCopyable() = default;