Fix windows build.

This commit is contained in:
chriseth
2019-11-06 02:06:19 +01:00
parent 4d99bf68f4
commit e275bb88f0
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -173,10 +173,10 @@ void BlockHasher::operator()(Continue const& _continue)
ASTWalker::operator()(_continue);
}
void BlockHasher::operator()(Leave const& _leave)
void BlockHasher::operator()(Leave const& _leaveStatement)
{
hash64(compileTimeLiteralHash("Leave"));
ASTWalker::operator()(_leave);
ASTWalker::operator()(_leaveStatement);
}
void BlockHasher::operator()(Block const& _block)