Commit a7e697b5 authored by Max Kellermann's avatar Max Kellermann

zeroconf/Bonjour: add `const`

parent 3ecd9184
......@@ -33,7 +33,7 @@
static constexpr Domain bonjour_domain("bonjour");
class BonjourHelper final {
DNSServiceRef service_ref;
const DNSServiceRef service_ref;
SocketEvent socket_event;
......
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