diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-12 11:45:08 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-12 11:45:08 -0700 |
| commit | 3efcc3d377750b753d516fd21b9009bfcd6e3877 (patch) | |
| tree | 17dba992cd4f8269931145ac5017e7f43f875131 /toolsrc/include | |
| parent | 5d1c5aacf21f25f64cc54fa9ff4b7c9736adbf84 (diff) | |
| download | vcpkg-3efcc3d377750b753d516fd21b9009bfcd6e3877.tar.gz vcpkg-3efcc3d377750b753d516fd21b9009bfcd6e3877.zip | |
Fix #1963 (permissive- issue)
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/VcpkgPaths.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/VcpkgPaths.h b/toolsrc/include/VcpkgPaths.h index d4640fba2..a38865a3f 100644 --- a/toolsrc/include/VcpkgPaths.h +++ b/toolsrc/include/VcpkgPaths.h @@ -67,8 +67,8 @@ namespace vcpkg /// <remarks> /// Valid version strings are "v140", "v141", and "". Empty string gets the latest. /// </remarks> - const Toolset& VcpkgPaths::get_toolset(const Optional<std::string>& toolset_version, - const Optional<fs::path>& visual_studio_path) const; + const Toolset& get_toolset(const Optional<std::string>& toolset_version, + const Optional<fs::path>& visual_studio_path) const; Files::Filesystem& get_filesystem() const; |
