]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/datetime.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / time / datetime.h
index a5d91cf3451d4b547e93698cabd1f191983b4b0f..2336374c6ae12164145f6afbb68bc26a23e22deb 100644 (file)
@@ -2,6 +2,7 @@
 #define MSP_TIME_DATETIME_H_
 
 #include <string>
+#include <msp/core/mspcore_api.h>
 #include "timezone.h"
 #include "rawtime.h"
 
@@ -20,7 +21,7 @@ Due to the complex internal representation, arithmetic operations on a DateTime
 are relatively slow.  For purposes of internal scheduling in a program, a
 TimeStamp is a better choice.
 */
-class DateTime
+class MSPCORE_API DateTime
 {
 private:
        int year = 1970;