mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-09-27 16:29:36 +02:00
Try to fix a gcc warning
This commit is contained in:
parent
74300ac718
commit
573faa9025
@ -849,6 +849,7 @@ public:
|
||||
|
||||
private:
|
||||
RemoteSchemaDocumentProvider(const RemoteSchemaDocumentProvider&);
|
||||
RemoteSchemaDocumentProvider& operator=(const RemoteSchemaDocumentProvider&);
|
||||
|
||||
static const size_t kCount = 4;
|
||||
Document* d_[kCount];
|
||||
|
Loading…
x
Reference in New Issue
Block a user