diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:18:21 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:43 -0700 |
| commit | cbc2b08ad1a2bd7fe39a50ed00871f75585d0e02 (patch) | |
| tree | 1b7fb19efaef270caa705e6c396fbefaff56b0dd /toolsrc/include/VersionT.h | |
| parent | b766a005b7a67d7adeadc16e765bda34d679f45d (diff) | |
| download | vcpkg-cbc2b08ad1a2bd7fe39a50ed00871f75585d0e02.tar.gz vcpkg-cbc2b08ad1a2bd7fe39a50ed00871f75585d0e02.zip | |
version_diff_t -> VersionDiff
Diffstat (limited to 'toolsrc/include/VersionT.h')
| -rw-r--r-- | toolsrc/include/VersionT.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/include/VersionT.h b/toolsrc/include/VersionT.h index f02479f46..06fc6ee2f 100644 --- a/toolsrc/include/VersionT.h +++ b/toolsrc/include/VersionT.h @@ -15,13 +15,13 @@ namespace vcpkg bool operator !=(const VersionT& left, const VersionT& right); std::string to_printf_arg(const VersionT& version); - struct version_diff_t + struct VersionDiff { VersionT left; VersionT right; - version_diff_t(); - version_diff_t(const VersionT& left, const VersionT& right); + VersionDiff(); + VersionDiff(const VersionT& left, const VersionT& right); std::string toString() const; }; |
