mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changed const reference to value.
This commit is contained in:
parent
8de02c7778
commit
c76e0a5872
@ -55,7 +55,7 @@ private:
|
||||
Json::Value compileInternal(Json::Value const& _input);
|
||||
|
||||
CompilerStack m_compilerStack;
|
||||
ReadFile::Callback const& m_readFile;
|
||||
ReadFile::Callback m_readFile;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user