aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Input.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 16:29:11 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:46 -0700
commit3f76b9e53d48e34960bb5947bbbb880ac806281b (patch)
treee9ecddfe9b170f105e3ba58e7137f8ffa845fc13 /toolsrc/include/vcpkg_Input.h
parent402552ef934d30c923e633daadc59ff853115df2 (diff)
downloadvcpkg-3f76b9e53d48e34960bb5947bbbb880ac806281b.tar.gz
vcpkg-3f76b9e53d48e34960bb5947bbbb880ac806281b.zip
vcpkg_paths -> VcpkgPaths
Diffstat (limited to 'toolsrc/include/vcpkg_Input.h')
-rw-r--r--toolsrc/include/vcpkg_Input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Input.h b/toolsrc/include/vcpkg_Input.h
index 5e1d1f0fa..fd549f278 100644
--- a/toolsrc/include/vcpkg_Input.h
+++ b/toolsrc/include/vcpkg_Input.h
@@ -1,7 +1,7 @@
#pragma once
#include <vector>
#include "PackageSpec.h"
-#include "vcpkg_paths.h"
+#include "VcpkgPaths.h"
namespace vcpkg::Input
{
@@ -10,5 +10,5 @@ namespace vcpkg::Input
const Triplet& default_target_triplet,
CStringView example_text);
- void check_triplet(const Triplet& t, const vcpkg_paths& paths);
+ void check_triplet(const Triplet& t, const VcpkgPaths& paths);
}