aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/efsw/WatcherGeneric.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdParty/efsw/WatcherGeneric.hpp')
-rw-r--r--[-rwxr-xr-x]src/3rdParty/efsw/WatcherGeneric.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/efsw/WatcherGeneric.hpp b/src/3rdParty/efsw/WatcherGeneric.hpp
index 9cf8365..d11ec20 100755..100644
--- a/src/3rdParty/efsw/WatcherGeneric.hpp
+++ b/src/3rdParty/efsw/WatcherGeneric.hpp
@@ -17,7 +17,7 @@ class WatcherGeneric : public Watcher {
17 17
18 ~WatcherGeneric(); 18 ~WatcherGeneric();
19 19
20 void watch(); 20 void watch() override;
21 21
22 void watchDir( std::string dir ); 22 void watchDir( std::string dir );
23 23