]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timestamp.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / time / timestamp.h
index 8068510a6647b00d739fba0d98cf31f5da4bbac8..50813057fa1492007eac716e80a857fd3fc615fe 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_TIME_TIMESTAMP_H_
 #define MSP_TIME_TIMESTAMP_H_
 
+#include <msp/core/mspcore_api.h>
 #include "timedelta.h"
 #include "rawtime.h"
 
@@ -13,7 +14,7 @@ function.
 
 For representing user-specified times, use the DateTime class.
 */
-class TimeStamp
+class MSPCORE_API TimeStamp
 {
 private:
        RawTime usec = 0;