]> git.tdb.fi Git - libs/core.git/blob - source/fs/windows/filemonitor_platform.h
Add move semantics to Variant
[libs/core.git] / source / fs / windows / filemonitor_platform.h
1 #ifndef MSP_FS_FILEMONITOR_PLATFORM_H_
2 #define MSP_FS_FILEMONITOR_PLATFORM_H_
3
4 #include "filemonitor.h"
5
6 namespace Msp {
7 namespace FS {
8
9 struct FileMonitor::Private
10 {
11         Private(FileMonitor &);
12 };
13
14 } // namespace FS
15 } // namespace Msp
16
17 #endif