From d35a4795f16e51f5773d00dce796f6948f82dae2 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 16 Dec 2022 21:08:02 -0500 Subject: add upstream 11.29 --- zenXml/zenxml/dom.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zenXml/zenxml/dom.h') diff --git a/zenXml/zenxml/dom.h b/zenXml/zenxml/dom.h index b42d05d8..ff409eb1 100644 --- a/zenXml/zenxml/dom.h +++ b/zenXml/zenxml/dom.h @@ -317,7 +317,8 @@ private: XmlDoc (const XmlDoc&) = delete; //not implemented, thanks to XmlElement::parent_ XmlDoc& operator=(const XmlDoc&) = delete; - std::string version_ {"1.0"}; + //std::string version_ {"1.0"}; -> who cares!? + std::string version_; std::string encoding_{"utf-8"}; std::string standalone_; -- cgit