summaryrefslogtreecommitdiff
path: root/src/xmlparser.h
diff options
context:
space:
mode:
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__*/