aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/efsw/WatcherInotify.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdParty/efsw/WatcherInotify.hpp')
-rw-r--r--[-rwxr-xr-x]src/3rdParty/efsw/WatcherInotify.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/3rdParty/efsw/WatcherInotify.hpp b/src/3rdParty/efsw/WatcherInotify.hpp
index bf2ff5e..ec55ed0 100755..100644
--- a/src/3rdParty/efsw/WatcherInotify.hpp
+++ b/src/3rdParty/efsw/WatcherInotify.hpp
@@ -10,15 +10,13 @@ class WatcherInotify : public Watcher {
10 public: 10 public:
11 WatcherInotify(); 11 WatcherInotify();
12 12
13 WatcherInotify( WatchID id, std::string directory, FileWatchListener* listener, bool recursive,
14 WatcherInotify* parent = NULL );
15
16 bool inParentTree( WatcherInotify* parent ); 13 bool inParentTree( WatcherInotify* parent );
17 14
18 WatcherInotify* Parent; 15 WatcherInotify* Parent;
19 WatchID InotifyID; 16 WatchID InotifyID;
20 17
21 FileInfo DirInfo; 18 FileInfo DirInfo;
19 bool syntheticEvents{ false };
22}; 20};
23 21
24} // namespace efsw 22} // namespace efsw