Code Cleanup

- Renamed A3t::identity to A3t.entity.  Illiterate fool.
This commit is contained in:
Paul Beckingham
2013-09-01 12:26:23 -04:00
parent b83e6d0dea
commit ee9552e23b
3 changed files with 72 additions and 72 deletions

View File

@@ -79,7 +79,7 @@ Tree* A3t::parse ()
}
////////////////////////////////////////////////////////////////////////////////
void A3t::identity (const std::string& name, const std::string& value)
void A3t::entity (const std::string& name, const std::string& value)
{
_entities.insert (std::pair <std::string, std::string> (name, value));
}