X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fnoncopyable.h;fp=source%2Fcore%2Fnoncopyable.h;h=78f9e66c24d1ee15fc89f118c52bde404738eef0;hp=c948c57c7ab6b21e29e6f8036d7ff0f374bf21bd;hb=5d3a5019399f97af0371f4fd6dc415d36de6ac3a;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/core/noncopyable.h b/source/core/noncopyable.h index c948c57..78f9e66 100644 --- a/source/core/noncopyable.h +++ b/source/core/noncopyable.h @@ -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;