Commit 573faa90 authored by miloyip's avatar miloyip

Try to fix a gcc warning

parent 74300ac7
...@@ -849,6 +849,7 @@ public: ...@@ -849,6 +849,7 @@ public:
private: private:
RemoteSchemaDocumentProvider(const RemoteSchemaDocumentProvider&); RemoteSchemaDocumentProvider(const RemoteSchemaDocumentProvider&);
RemoteSchemaDocumentProvider& operator=(const RemoteSchemaDocumentProvider&);
static const size_t kCount = 4; static const size_t kCount = 4;
Document* d_[kCount]; Document* d_[kCount];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment