aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/LineInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/LineInfo.cpp')
-rw-r--r--toolsrc/src/LineInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/LineInfo.cpp b/toolsrc/src/LineInfo.cpp
index fa26355e4..e32d237f4 100644
--- a/toolsrc/src/LineInfo.cpp
+++ b/toolsrc/src/LineInfo.cpp
@@ -4,7 +4,7 @@
namespace vcpkg
{
- std::string LineInfo::toString() const
+ std::string LineInfo::to_string() const
{
return Strings::format("%s(%d)", this->file_name, this->line_number);
}