diff options
author | Oleg Sidorkin <[email protected]> | 2022-02-10 16:49:36 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:36 +0300 |
commit | 5ce74d4fee2d42a4b86efc02dfdc704d458760e1 (patch) | |
tree | f16a3558ca40d453a1c6a2ed764bd75d64cffade /library/cpp/xml/init | |
parent | cd33f9aa8461f8e2b0b9e68efbb6bc9856197dc9 (diff) |
Restoring authorship annotation for Oleg Sidorkin <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/xml/init')
-rw-r--r-- | library/cpp/xml/init/ptr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/xml/init/ptr.h b/library/cpp/xml/init/ptr.h index 7387c7cc40e..4839941f251 100644 --- a/library/cpp/xml/init/ptr.h +++ b/library/cpp/xml/init/ptr.h @@ -38,15 +38,15 @@ namespace NXml { DEF_PTR(xmlNodeSet, xmlXPathFreeNodeSet); // xmlSchemaParserCtxtPtr ctxt; - DEF_HOLDER(xmlSchemaParserCtxt, xmlSchemaFreeParserCtxt); + DEF_HOLDER(xmlSchemaParserCtxt, xmlSchemaFreeParserCtxt); DEF_PTR(xmlSchemaParserCtxt, xmlSchemaFreeParserCtxt); // xmlSchemaPtr schema; - DEF_HOLDER(xmlSchema, xmlSchemaFree); + DEF_HOLDER(xmlSchema, xmlSchemaFree); DEF_PTR(xmlSchema, xmlSchemaFree); // xmlSchemaValidCtxt ctxt; - DEF_HOLDER(xmlSchemaValidCtxt, xmlSchemaFreeValidCtxt); + DEF_HOLDER(xmlSchemaValidCtxt, xmlSchemaFreeValidCtxt); DEF_PTR(xmlSchemaValidCtxt, xmlSchemaFreeValidCtxt); // xmlSaveCtxtPtr |