]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/systemerror.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / core / systemerror.h
index 5edbe9d5062d938e95bc7a9832fe5eea347ad5bc..cce3c5c7e6ad4f8662171d6adf735d841f574f72 100644 (file)
@@ -3,10 +3,11 @@
 
 #include <stdexcept>
 #include <string>
+#include "mspcore_api.h"
 
 namespace Msp {
 
-class system_error: public std::runtime_error
+class MSPCORE_API system_error: public std::runtime_error
 {
 private:
        int m_code;