Skip to content

Commit 892f6e3

Browse files
author
Steve Hanson
committed
fix bracket
1 parent cabc3d5 commit 892f6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rapidjson/schema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ class GenericSchemaDocument {
18491849
*/
18501850
explicit GenericSchemaDocument(const ValueType& document, const Ch* uri = 0, SizeType uriLength = 0,
18511851
IRemoteSchemaDocumentProviderType* remoteProvider = 0, Allocator* allocator = 0,
1852-
const PointerType& pointer = PointerType() : // PR #1393
1852+
const PointerType& pointer = PointerType()) : // PR #1393
18531853
remoteProvider_(remoteProvider),
18541854
allocator_(allocator),
18551855
ownAllocator_(),

0 commit comments

Comments
 (0)