mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
f
This commit is contained in:
parent
5d4f12b9a7
commit
246e157cda
@ -73,7 +73,7 @@ private:
|
||||
/// Constructor that takes an input stream \param _stream to operate on.
|
||||
/// It reads all lines into one single line, keeping the newlines.
|
||||
Scanner(std::istream& _stream):
|
||||
m_source(readStream(_stream))
|
||||
m_source(solidity::util::readStream(_stream))
|
||||
{
|
||||
m_char = m_source.begin();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user