diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:25:12 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:45 -0700 |
| commit | ccbb2ebcdafa3978105115840285466d57c87186 (patch) | |
| tree | 6118c0f7d536507bbcae3f5bae798e2f7064b8bb /toolsrc/include | |
| parent | 4a8b2ed1cd91dd41c728f4ba03ee525e73bdfef4 (diff) | |
| download | vcpkg-ccbb2ebcdafa3978105115840285466d57c87186.tar.gz vcpkg-ccbb2ebcdafa3978105115840285466d57c87186.zip | |
Enums::toString() -> Enums::to_string()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Enums.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
