Rules: Added ::parseRuleTheme

This commit is contained in:
Paul Beckingham 2016-03-22 23:50:36 -04:00
parent c31578d701
commit 4d927e1aca
2 changed files with 6 additions and 0 deletions

View file

@ -57,6 +57,7 @@ private:
void parse (const std::string&, int next = 1);
void parseRule (const std::string&);
void parseRuleGeneral (const std::vector <std::string>&);
void parseRuleTheme (const std::vector <std::string>&);
private:
std::string _original_file {};