]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timer.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / time / timer.h
index 04d0be95ba8fe0aa1117acf06f06bc3afc3c594d..7cb5c764d59979e0316e2e365444940ad8e4d786 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <vector>
 #include <sigc++/sigc++.h>
+#include <msp/core/mspcore_api.h>
 #include <msp/core/mutex.h>
 #include <msp/core/noncopyable.h>
 #include <msp/core/semaphore.h>
@@ -19,7 +20,7 @@ of the returned slot.
 
 This class is thread-safe, to allow running timers in a separate thread.
 */
-class Timer: private NonCopyable
+class MSPCORE_API Timer: private NonCopyable
 {
 public:
        class Slot