summaryrefslogtreecommitdiff
path: root/src/xmlparser.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-10 15:51:33 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-10 15:51:33 +0100
commitd935b195a2246fa24d35df7c6fc354ae628a6777 (patch)
treec739e709ad3898df094d6779e50eaefa4f9cf82c /src/xmlparser.h
parent93415d809989afc341472ea598579c924dc1e745 (diff)
Added attributes to nodes as well as messages for manipulating and transporting them. Switched debug interface to hugin.
Diffstat (limited to 'src/xmlparser.h')
-rw-r--r--src/xmlparser.h1
1 files changed, 1 insertions, 0 deletions
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__*/