From 5ce74d4fee2d42a4b86efc02dfdc704d458760e1 Mon Sep 17 00:00:00 2001 From: Oleg Sidorkin Date: Thu, 10 Feb 2022 16:49:36 +0300 Subject: Restoring authorship annotation for Oleg Sidorkin . Commit 1 of 2. --- library/cpp/xml/init/ptr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library/cpp/xml') 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 -- cgit v1.3