]> git.tdb.fi Git - libs/core.git/blobdiff - source/strings/format.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / strings / format.h
index 49c40e9293512da2a656699d837f7f42834771c6..7969ef3930c01979e1948d63b97dccd9b6f2a026 100644 (file)
@@ -2,6 +2,7 @@
 #define MSP_STRINGS_FORMAT_H_
 
 #include <string>
+#include <msp/core/mspcore_api.h>
 #include "lexicalcast.h"
 
 namespace Msp {
@@ -9,7 +10,7 @@ namespace Msp {
 /**
 Printf-like string formatter class.
 */
-class Formatter
+class MSPCORE_API Formatter
 {
 private:
        std::string fmt;