fix bracket
This commit is contained in:
parent
cabc3d5aa1
commit
892f6e3fd3
@ -1849,7 +1849,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
explicit GenericSchemaDocument(const ValueType& document, const Ch* uri = 0, SizeType uriLength = 0,
|
explicit GenericSchemaDocument(const ValueType& document, const Ch* uri = 0, SizeType uriLength = 0,
|
||||||
IRemoteSchemaDocumentProviderType* remoteProvider = 0, Allocator* allocator = 0,
|
IRemoteSchemaDocumentProviderType* remoteProvider = 0, Allocator* allocator = 0,
|
||||||
const PointerType& pointer = PointerType() : // PR #1393
|
const PointerType& pointer = PointerType()) : // PR #1393
|
||||||
remoteProvider_(remoteProvider),
|
remoteProvider_(remoteProvider),
|
||||||
allocator_(allocator),
|
allocator_(allocator),
|
||||||
ownAllocator_(),
|
ownAllocator_(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user