From 6c9da69abf2f121042032e8510ac843e30eff69f Mon Sep 17 00:00:00 2001 From: Steve Hanson Date: Thu, 11 Mar 2021 15:06:02 +0000 Subject: [PATCH] remove comma --- include/rapidjson/schema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rapidjson/schema.h b/include/rapidjson/schema.h index e290fc1..226fea4 100644 --- a/include/rapidjson/schema.h +++ b/include/rapidjson/schema.h @@ -1692,7 +1692,7 @@ public: schemaMap_(std::move(rhs.schemaMap_)), schemaRef_(std::move(rhs.schemaRef_)), uri_(std::move(rhs.uri_)), - docId_(rhs.docId_), + docId_(rhs.docId_) { rhs.remoteProvider_ = 0; rhs.allocator_ = 0;