ZeroconfBonjour: fix OnSocketReady() return type
This commit is contained in:
parent
3c2b464dfa
commit
72cf8dd8a0
|
@ -47,8 +47,9 @@ public:
|
|||
}
|
||||
|
||||
protected:
|
||||
virtual void OnSocketReady(gcc_unused unsigned flags) override {
|
||||
virtual bool OnSocketReady(gcc_unused unsigned flags) override {
|
||||
DNSServiceProcessResult(service_ref);
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue