]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timezone.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / time / timezone.h
index 3fbeb543a243e1a7abd8922e07617ea9cda83992..83b4b5835fe4298dc047b35040d9066762066139 100644 (file)
@@ -1,12 +1,13 @@
 #ifndef MSP_TIME_TIMEZONE_H_
 #define MSP_TIME_TIMEZONE_H_
 
+#include <msp/core/mspcore_api.h>
 #include "timedelta.h"
 
 namespace Msp {
 namespace Time {
 
-class TimeZone
+class MSPCORE_API TimeZone
 {
 private:
        std::string name;