ZeroconfBonjour: fix OnSocketReady() return type
This commit is contained in:
		| @@ -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; | ||||
| 	} | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann