diff --git a/src/zeroconf/Bonjour.cxx b/src/zeroconf/Bonjour.cxx index 77c803e53..524ab2e47 100644 --- a/src/zeroconf/Bonjour.cxx +++ b/src/zeroconf/Bonjour.cxx @@ -33,7 +33,7 @@ static constexpr Domain bonjour_domain("bonjour"); class BonjourHelper final { - DNSServiceRef service_ref; + const DNSServiceRef service_ref; SocketEvent socket_event;