From 8209077b8ab1beda75555d2c438a3e752f430123 Mon Sep 17 00:00:00 2001 From: miloyip Date: Sun, 10 May 2015 09:00:37 +0800 Subject: [PATCH] Try to fix effc++ warning --- test/unittest/schematest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/unittest/schematest.cpp b/test/unittest/schematest.cpp index 8803e75..4cfe2d9 100644 --- a/test/unittest/schematest.cpp +++ b/test/unittest/schematest.cpp @@ -846,6 +846,8 @@ public: } private: + RemoteSchemaDocumentProvider(const RemoteSchemaDocumentProvider&); + static const size_t kCount = 4; Document* d_[kCount]; SchemaDocument* sd_[kCount];