From 5b0d9f3ee000446550c72dd2cbaa4c95ae976ac6 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 16:03:31 -0700 Subject: outdated_package -> OutdatedPackage --- toolsrc/include/vcpkg_Commands.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index 9ba423a08..2c2d3d4cb 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -59,15 +59,15 @@ namespace vcpkg::Commands namespace Update { - struct outdated_package + struct OutdatedPackage { - static bool compare_by_name(const outdated_package& left, const outdated_package& right); + static bool compare_by_name(const OutdatedPackage& left, const OutdatedPackage& right); PackageSpec spec; version_diff_t version_diff; }; - std::vector find_outdated_packages(const vcpkg_paths& paths, const StatusParagraphs& status_db); + std::vector find_outdated_packages(const vcpkg_paths& paths, const StatusParagraphs& status_db); void perform_and_exit(const VcpkgCmdArguments& args, const vcpkg_paths& paths); } -- cgit v1.2.3