diff options
Diffstat (limited to 'src/3rdParty/efsw/WatcherKqueue.hpp')
-rw-r--r--[-rwxr-xr-x] | src/3rdParty/efsw/WatcherKqueue.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/efsw/WatcherKqueue.hpp b/src/3rdParty/efsw/WatcherKqueue.hpp index 87d898c..75c0f62 100755..100644 --- a/src/3rdParty/efsw/WatcherKqueue.hpp +++ b/src/3rdParty/efsw/WatcherKqueue.hpp | |||
@@ -49,7 +49,7 @@ class WatcherKqueue : public Watcher { | |||
49 | 49 | ||
50 | WatchID watchingDirectory( std::string dir ); | 50 | WatchID watchingDirectory( std::string dir ); |
51 | 51 | ||
52 | void watch(); | 52 | void watch() override; |
53 | 53 | ||
54 | WatchID addWatch( const std::string& directory, FileWatchListener* watcher, bool recursive, | 54 | WatchID addWatch( const std::string& directory, FileWatchListener* watcher, bool recursive, |
55 | WatcherKqueue* parent ); | 55 | WatcherKqueue* parent ); |