mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix: Copy resolver.
This commit is contained in:
parent
b32d5e4cc0
commit
308a726ad1
@ -99,7 +99,7 @@ private:
|
||||
void expectValidType(std::string const& type, SourceLocation const& _location);
|
||||
|
||||
int m_stackHeight = 0;
|
||||
julia::ExternalIdentifierAccess::Resolver const& m_resolver;
|
||||
julia::ExternalIdentifierAccess::Resolver m_resolver;
|
||||
Scope* m_currentScope = nullptr;
|
||||
AsmAnalysisInfo& m_info;
|
||||
ErrorReporter& m_errorReporter;
|
||||
|
Loading…
Reference in New Issue
Block a user