aboutsummaryrefslogtreecommitdiff
path: root/src/InotifySource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/InotifySource.hxx')
-rw-r--r--src/InotifySource.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InotifySource.hxx b/src/InotifySource.hxx
index 0f29ae75..d174cc86 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