Rules: Removed coercion

This commit is contained in:
Paul Beckingham 2016-03-17 22:58:06 -04:00
parent 78ff8b2919
commit 859a71c157

View file

@ -46,7 +46,7 @@ void Rules::load (const std::string& file, int nest /* = 1 */)
if (nest == 1)
{
// This is where defaults would be set.
_original_file = File (file);
_original_file = File (file)._data;
}
// Read the file, then parse the contents.