renamed externalTypes to externalSignature

This commit is contained in:
Liana Husikyan
2015-03-25 13:59:46 +01:00
parent 701b34fbeb
commit 9986b072ad
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1127,7 +1127,7 @@ MemberList const& FunctionType::getMembers() const
}
}
string FunctionType::externalTypes(std::string const& _name) const
string FunctionType::externalSignature(std::string const& _name) const
{
std::string funcName = _name;
if (_name == "")