Rules: Added ::tokenizeLine

This commit is contained in:
Paul Beckingham 2016-03-25 23:53:34 -04:00
parent 321bddba74
commit 9403fa4974
2 changed files with 15 additions and 0 deletions

View file

@ -62,6 +62,7 @@ private:
void parseRuleTag (const std::vector <std::string>&);
unsigned int getIndentation (const std::string&);
std::vector <std::string> tokenizeLine (const std::string&);
private:
std::string _original_file {};