Another compiler fix.

This commit is contained in:
chriseth 2015-06-29 13:23:02 +02:00
parent bdbe5a3cf8
commit 35540fcf2d

View File

@ -688,6 +688,7 @@ TypePointer ReferenceType::unaryOperatorResult(Token::Value _operator) const
default:
solAssert(false, "");
}
return TypePointer();
}
TypePointer ReferenceType::copyForLocationIfReference(DataLocation _location, TypePointer const& _type)