zeroconf/Bonjour: add `const`

This commit is contained in:
Max Kellermann 2021-02-24 14:18:11 +01:00
parent 3ecd918442
commit a7e697b588
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
static constexpr Domain bonjour_domain("bonjour");
class BonjourHelper final {
DNSServiceRef service_ref;
const DNSServiceRef service_ref;
SocketEvent socket_event;