Code Cleanup
- Renamed A3t::identity to A3t.entity. Illiterate fool.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user