Commit 33146ac3 authored by Max Kellermann's avatar Max Kellermann

lib/dbus/Watch: adjust parameter name

parent bb20af8f
......@@ -70,7 +70,7 @@ class WatchManager {
void Toggled() noexcept;
private:
void OnSocketReady(unsigned flags) noexcept;
void OnSocketReady(unsigned events) noexcept;
};
std::map<DBusWatch *, Watch> watches;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment