summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/DocumentHandler.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-02 10:59:50 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-03-02 10:59:50 +0100
commitf65e7af0dd0028ec481360eeaa16c4ff95ce253b (patch)
tree40f829891b1afe69561ccde949868dc1be4093d6 /src/core/parser/stack/DocumentHandler.hpp
parent11ee669f29e426effaf4a1e0d82baa978219e92f (diff)
Got all handlers compling again
Diffstat (limited to 'src/core/parser/stack/DocumentHandler.hpp')
-rw-r--r--src/core/parser/stack/DocumentHandler.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/parser/stack/DocumentHandler.hpp b/src/core/parser/stack/DocumentHandler.hpp
index dda7d8b..c51c188 100644
--- a/src/core/parser/stack/DocumentHandler.hpp
+++ b/src/core/parser/stack/DocumentHandler.hpp
@@ -93,8 +93,6 @@ 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.
@@ -167,7 +165,7 @@ public:
bool start(Variant::mapType &args) override;
void end() override;
- bool data(TokenizedData &data) override;
+ bool data() override;
bool fieldStart(bool &isDefault, size_t fieldIdx) override;