aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buffet/mdns_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffet/mdns_client.h b/buffet/mdns_client.h
index 0a7690a..2465198 100644
--- a/buffet/mdns_client.h
+++ b/buffet/mdns_client.h
@@ -42,7 +42,7 @@ class MdnsClient : public weave::provider::DnsServiceDiscovery {
static std::unique_ptr<MdnsClient> CreateInstance();
- protected:
+ private:
DISALLOW_COPY_AND_ASSIGN(MdnsClient);
};