zeroconf/Bonjour: add `const`
This commit is contained in:
parent
3ecd918442
commit
a7e697b588
|
@ -33,7 +33,7 @@
|
|||
static constexpr Domain bonjour_domain("bonjour");
|
||||
|
||||
class BonjourHelper final {
|
||||
DNSServiceRef service_ref;
|
||||
const DNSServiceRef service_ref;
|
||||
|
||||
SocketEvent socket_event;
|
||||
|
||||
|
|
Loading…
Reference in New Issue