mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 19:10:24 +01:00
Try to fix a gcc warning
This commit is contained in:
@@ -849,6 +849,7 @@ public:
|
||||
|
||||
private:
|
||||
RemoteSchemaDocumentProvider(const RemoteSchemaDocumentProvider&);
|
||||
RemoteSchemaDocumentProvider& operator=(const RemoteSchemaDocumentProvider&);
|
||||
|
||||
static const size_t kCount = 4;
|
||||
Document* d_[kCount];
|
||||
|
||||
Reference in New Issue
Block a user