- Modified to obey rc.debug.parser.
This commit is contained in:
Paul Beckingham
2014-10-06 23:26:53 -04:00
parent fa011c5bfb
commit f0e4f3f4dc
2 changed files with 10 additions and 3 deletions

View File

@@ -90,6 +90,7 @@ private:
void validate ();
private:
int _debug;
Tree* _tree;
std::multimap <std::string, std::string> _entities;
std::map <std::string, std::string> _aliases;