Rules: Added ::parseGroup

This commit is contained in:
Paul Beckingham 2016-03-25 23:54:05 -04:00
parent 9403fa4974
commit 12adc97d6d
2 changed files with 22 additions and 0 deletions

View file

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