]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/redirectedpath.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / fs / redirectedpath.h
index 50a3609bd36eb7e163826707ddf7a0bc50c0a0df..95888f7ee8e9ac96c03896b48e99f98ff2395411 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_FS_REDIRECTEDPATH_H_
 #define MSP_FS_REDIRECTEDPATH_H_
 
+#include <msp/core/mspcore_api.h>
 #include "path.h"
 
 namespace Msp {
@@ -12,7 +13,7 @@ goes out of scope, it is renamed to the original path.  If destruction happens
 due to an exception, it is unlinked instead.  The primary use for this is to
 atomically overwrite a file with a new version.
 */
-class RedirectedPath: public Path
+class MSPCORE_API RedirectedPath: public Path
 {
 private:
        Path original;