Some changes in libdevcore.

This commit is contained in:
chriseth 2015-06-16 14:58:03 +02:00
parent a418656615
commit f9bbe3279e

View File

@ -401,7 +401,7 @@ bool CommandLineInterface::processInput()
continue; continue;
} }
m_sourceCodes[infile] = asString(dev::contents(infile)); m_sourceCodes[infile] = dev::contentsString(infile);
} }
m_compiler.reset(new CompilerStack(m_args["add-std"].as<bool>())); m_compiler.reset(new CompilerStack(m_args["add-std"].as<bool>()));