]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/filemonitor.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / fs / filemonitor.h
index 220b9697594178d0ad73489d662b08a88d8d77bf..3ce5d79db2dc991ac562e0bb30f44df5cf11dee7 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef FILEMONITOR_H_
 #define FILEMONITOR_H_
 
+#include <msp/core/mspcore_api.h>
 #include <msp/core/noncopyable.h>
 #include <msp/fs/path.h>
 #include <msp/io/eventdispatcher.h>
@@ -8,7 +9,7 @@
 namespace Msp {
 namespace FS {
 
-class FileMonitor: NonCopyable
+class MSPCORE_API FileMonitor: NonCopyable
 {
 private:
        struct Private;