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

@ -272,3 +272,8 @@ void Rules::parseRuleGeneral (const std::vector <std::string>& lines)
}
////////////////////////////////////////////////////////////////////////////////
void Rules::parseRuleTheme (const std::vector <std::string>& lines)
{
}
////////////////////////////////////////////////////////////////////////////////