Fix: Copy resolver.

This commit is contained in:
chriseth 2017-06-07 14:15:39 +02:00
parent b32d5e4cc0
commit 308a726ad1

View File

@ -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;