From c18d9ac43d08b3d537dfb04b84ed4e1eee4da189 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Mon, 4 Oct 2021 22:26:28 +0200 Subject: [PATCH] Patch level : 12.0 1086 Files correlati : bs0.exe bs0500a.msk ba3.exe cg0.exe ve0.exe ve2.exe Commento : Importazione Bee Store --- src/include/xml.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/xml.h b/src/include/xml.h index 15300ac64..fbadfbb8a 100755 --- a/src/include/xml.h +++ b/src/include/xml.h @@ -57,6 +57,7 @@ public: bool GetEnclosedReal(const char* strAttr, real & r) const; TXmlItem& SetAttr(const char* strAttr, const char* strVal); + void ListAttrs(TString_array & attrs) const { attrs.destroy(); if (m_Attributes) m_Attributes->get_keys(attrs); } const TString& GetAttr(const char* strAttr) const; TXmlItem& SetAttr(const char* strAttr, int n); TXmlItem& SetColorAttr(const char* strAttr, COLOR rgb);