Try to fix effc++ warning

This commit is contained in:
miloyip 2015-05-10 09:00:37 +08:00
parent 1af660c8cb
commit 8209077b8a

View File

@ -846,6 +846,8 @@ public:
}
private:
RemoteSchemaDocumentProvider(const RemoteSchemaDocumentProvider&);
static const size_t kCount = 4;
Document* d_[kCount];
SchemaDocument* sd_[kCount];