aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Chen <pierr.chen@gmail.com>2016-08-19 15:57:16 +1000
committerBin Chen <pierr.chen@gmail.com>2016-08-19 17:21:15 +1000
commit677cf01e80bf3f2f75d669c84ace78acb59d9bfb (patch)
treeac5b895a0e63934265edd3911582b1d500c7f9b7
parentff25df29d3a2e2aeaf756d9d8ec57be8759ab59b (diff)
downloadweaved-677cf01e80bf3f2f75d669c84ace78acb59d9bfb.tar.gz
weaved: DISALLOW_COPY_AND_ASSIGN should be private
Change-Id: Ibea4ea8bcfa36a1cfe98188407805346dca22e84 Signed-off-by: Bin Chen <pierr.chen@gmail.com>
-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);
};