From ccbb2ebcdafa3978105115840285466d57c87186 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 16:25:12 -0700 Subject: Enums::toString() -> Enums::to_string() --- toolsrc/include/vcpkg_Enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_Enums.h b/toolsrc/include/vcpkg_Enums.h index 4669e4289..3fea53de1 100644 --- a/toolsrc/include/vcpkg_Enums.h +++ b/toolsrc/include/vcpkg_Enums.h @@ -4,7 +4,7 @@ namespace vcpkg::Enums { - std::string nullvalue_toString(const std::string& enum_name); + std::string nullvalue_to_string(const std::string& enum_name); [[noreturn]] void nullvalue_used(const LineInfo& line_info, const std::string& enum_name); -- cgit v1.2.3