aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Commands.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 16:18:21 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:43 -0700
commitcbc2b08ad1a2bd7fe39a50ed00871f75585d0e02 (patch)
tree1b7fb19efaef270caa705e6c396fbefaff56b0dd /toolsrc/include/vcpkg_Commands.h
parentb766a005b7a67d7adeadc16e765bda34d679f45d (diff)
downloadvcpkg-cbc2b08ad1a2bd7fe39a50ed00871f75585d0e02.tar.gz
vcpkg-cbc2b08ad1a2bd7fe39a50ed00871f75585d0e02.zip
version_diff_t -> VersionDiff
Diffstat (limited to 'toolsrc/include/vcpkg_Commands.h')
-rw-r--r--toolsrc/include/vcpkg_Commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h
index 6bdc7d10e..c6473fa8b 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -64,7 +64,7 @@ namespace vcpkg::Commands
static bool compare_by_name(const OutdatedPackage& left, const OutdatedPackage& right);
PackageSpec spec;
- version_diff_t version_diff;
+ VersionDiff version_diff;
};
std::vector<OutdatedPackage> find_outdated_packages(const vcpkg_paths& paths, const StatusParagraphs& status_db);