mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Make Dialect const.
This commit is contained in:
@@ -70,7 +70,7 @@ bool AsmAnalyzer::analyze(Block const& _block)
|
||||
}
|
||||
|
||||
AsmAnalysisInfo AsmAnalyzer::analyzeStrictAssertCorrect(
|
||||
shared_ptr<Dialect> _dialect,
|
||||
shared_ptr<Dialect const> _dialect,
|
||||
Block const& _ast
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user