diff options
author | chriseth <c@ethdev.com> | 2015-06-16 20:58:03 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-06-16 21:09:19 +0800 |
commit | f9bbe3279e7ecbbc6c25bc484500977a56af8e52 (patch) | |
tree | 22a024b1b272efb079911476c56075c620fa63ac /CommandLineInterface.cpp | |
parent | a418656615c82a03844adabc9d2e2c6da9c0716c (diff) | |
download | dexon-solidity-f9bbe3279e7ecbbc6c25bc484500977a56af8e52.tar dexon-solidity-f9bbe3279e7ecbbc6c25bc484500977a56af8e52.tar.gz dexon-solidity-f9bbe3279e7ecbbc6c25bc484500977a56af8e52.tar.bz2 dexon-solidity-f9bbe3279e7ecbbc6c25bc484500977a56af8e52.tar.lz dexon-solidity-f9bbe3279e7ecbbc6c25bc484500977a56af8e52.tar.xz dexon-solidity-f9bbe3279e7ecbbc6c25bc484500977a56af8e52.tar.zst dexon-solidity-f9bbe3279e7ecbbc6c25bc484500977a56af8e52.zip |
Some changes in libdevcore.
Diffstat (limited to 'CommandLineInterface.cpp')
-rw-r--r-- | CommandLineInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandLineInterface.cpp b/CommandLineInterface.cpp index e65c602a..ec2a9003 100644 --- a/CommandLineInterface.cpp +++ b/CommandLineInterface.cpp @@ -401,7 +401,7 @@ bool CommandLineInterface::processInput() 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>())); |