From aad0cc4c042aad87b2b52eded0e465ed01e799c1 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 16 Dec 2016 19:40:58 -0800 Subject: Files::get_contents() -> Files::read_contents() --- toolsrc/include/vcpkg_Files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_Files.h b/toolsrc/include/vcpkg_Files.h index b0a9747bf..6c9d0d365 100644 --- a/toolsrc/include/vcpkg_Files.h +++ b/toolsrc/include/vcpkg_Files.h @@ -12,7 +12,7 @@ namespace vcpkg {namespace Files bool has_invalid_chars_for_filesystem(const std::string& s); - expected get_contents(const fs::path& file_path) noexcept; + expected read_contents(const fs::path& file_path) noexcept; expected> read_all_lines(const fs::path& file_path); -- cgit v1.2.3