From d935b195a2246fa24d35df7c6fc354ae628a6777 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 10 Jan 2013 15:51:33 +0100 Subject: Added attributes to nodes as well as messages for manipulating and transporting them. Switched debug interface to hugin. --- src/xmlparser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xmlparser.h') diff --git a/src/xmlparser.h b/src/xmlparser.h index 6f05650..92e0529 100644 --- a/src/xmlparser.h +++ b/src/xmlparser.h @@ -48,6 +48,7 @@ private: std::string cdata; node_t *node; TaskTree *tree; + std::string attr_name; }; #endif/*__MUNIA_XMLPARSER_H__*/ -- cgit v1.2.3