diff options
Diffstat (limited to 'src/InotifySource.hxx')
-rw-r--r-- | src/InotifySource.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InotifySource.hxx b/src/InotifySource.hxx index 0f29ae754..d174cc863 100644 --- a/src/InotifySource.hxx +++ b/src/InotifySource.hxx @@ -68,7 +68,7 @@ public: void Remove(unsigned wd); private: - virtual void OnSocketReady(unsigned flags) override; + virtual bool OnSocketReady(unsigned flags) override; }; #endif |