mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix compilation on develop
This commit is contained in:
parent
e3ea5c631e
commit
e0b7c2c125
@ -165,7 +165,7 @@ bool FunctionCallGraphBuilder::visit(Identifier const& _identifier)
|
|||||||
|
|
||||||
bool FunctionCallGraphBuilder::visit(MemberAccess const& _memberAccess)
|
bool FunctionCallGraphBuilder::visit(MemberAccess const& _memberAccess)
|
||||||
{
|
{
|
||||||
TypePointer exprType = _memberAccess.expression().annotation().type;
|
Type const* exprType = _memberAccess.expression().annotation().type;
|
||||||
ASTString const& memberName = _memberAccess.memberName();
|
ASTString const& memberName = _memberAccess.memberName();
|
||||||
|
|
||||||
if (auto magicType = dynamic_cast<MagicType const*>(exprType))
|
if (auto magicType = dynamic_cast<MagicType const*>(exprType))
|
||||||
|
Loading…
Reference in New Issue
Block a user