From 892f6e3fd361d8f9da8753b5e1038e7f4cb02f73 Mon Sep 17 00:00:00 2001 From: Steve Hanson Date: Thu, 25 Feb 2021 22:21:20 +0000 Subject: [PATCH] fix bracket --- 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 a6cbfed..082fbbd 100644 --- a/include/rapidjson/schema.h +++ b/include/rapidjson/schema.h @@ -1849,7 +1849,7 @@ public: */ explicit GenericSchemaDocument(const ValueType& document, const Ch* uri = 0, SizeType uriLength = 0, IRemoteSchemaDocumentProviderType* remoteProvider = 0, Allocator* allocator = 0, - const PointerType& pointer = PointerType() : // PR #1393 + const PointerType& pointer = PointerType()) : // PR #1393 remoteProvider_(remoteProvider), allocator_(allocator), ownAllocator_(),