commit | 2a9e17912f55d06b75749b7da034b5ea3dc4327a | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubervac@fit.cvut.cz> | Mon May 28 12:53:48 2018 +0200 |
committer | Václav Kubernát <kubervac@fit.cvut.cz> | Mon May 28 13:01:08 2018 +0200 |
tree | e4644f34516162bbe1c40fdfcb50cc61a12c5629 | |
parent | 60d6f29d61708241268e4f98fc3e64c1fb07a9b3 [diff] [blame] |
move m_curDir to the parser class Change-Id: Ib3cf15dfbb7af861a3c2fa8e746a0b0baaaa512e
diff --git a/src/parser_context.hpp b/src/parser_context.hpp index 64b293a..4d6cf99 100644 --- a/src/parser_context.hpp +++ b/src/parser_context.hpp
@@ -8,7 +8,7 @@ #include "CTree.hpp" struct ParserContext { - ParserContext(const CTree& tree); + ParserContext(const CTree& tree, const std::string curDir); const CTree& m_tree; std::string m_curPath; std::string m_errorMsg;