summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/DocumentHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser/stack/DocumentHandler.hpp')
-rw-r--r--src/core/parser/stack/DocumentHandler.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/parser/stack/DocumentHandler.hpp b/src/core/parser/stack/DocumentHandler.hpp
index 5953e3a..862081c 100644
--- a/src/core/parser/stack/DocumentHandler.hpp
+++ b/src/core/parser/stack/DocumentHandler.hpp
@@ -93,6 +93,8 @@ public:
class DocumentChildHandler : public Handler {
private:
bool isExplicitField = false;
+ //TODO: REMOVE
+ std::string strct_name;
/**
* Code shared by both the start(), fieldStart() and the data() method.