aboutsummaryrefslogtreecommitdiffstats
path: root/CommandLineInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineInterface.cpp')
-rw-r--r--CommandLineInterface.cpp2
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>()));