fix bracket

This commit is contained in:
Steve Hanson 2021-02-25 22:21:20 +00:00
parent cabc3d5aa1
commit 892f6e3fd3

View File

@ -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_(),