From 1456bbf7ab68da3ec3a1eb507a1c15b88e6c782f Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Tue, 17 Feb 2015 19:48:15 +0100 Subject: added some debug information to document handler. --- src/core/parser/stack/DocumentHandler.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/parser/stack/DocumentHandler.hpp') 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. -- cgit v1.2.3