Minor typo.

This commit is contained in:
Gav Wood 2015-02-03 08:48:11 -08:00
parent 61c701b9ff
commit 7050893bc1

View File

@ -629,7 +629,7 @@ FunctionType::FunctionType(VariableDeclaration const& _varDecl):
auto mappingType = dynamic_cast<MappingType const*>(varDeclType.get());
auto returnType = varDeclType;
while (mappingType!= nullptr)
while (mappingType != nullptr)
{
params.push_back(mappingType->getKeyType());
paramNames.push_back("");