diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 10:53:32 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 11:03:44 +0100 |
commit | 4ad7456428913f5232768367f2c0694bcb4540bb (patch) | |
tree | 213a06a779ca285f6cec035cb3385bd0b96d0164 /src/InotifySource.hxx | |
parent | 73f36858bb4026eff7c9e44007c87e870d324a5f (diff) | |
download | mpd-4ad7456428913f5232768367f2c0694bcb4540bb.tar.gz mpd-4ad7456428913f5232768367f2c0694bcb4540bb.tar.xz mpd-4ad7456428913f5232768367f2c0694bcb4540bb.zip |
event/SocketMonitor: OnSocketReady() returns bool
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 |