aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_edit.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-31 18:02:51 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-31 18:02:51 -0700
commit72394491b20753c3ee3987c5f15aedfc0742a0d8 (patch)
tree801681852a7da7155a2a080bfe4fcef48be33adb /toolsrc/src/commands_edit.cpp
parentd86d9727f6802a5f642e550db13e97a9a2ea8a29 (diff)
downloadvcpkg-72394491b20753c3ee3987c5f15aedfc0742a0d8.tar.gz
vcpkg-72394491b20753c3ee3987c5f15aedfc0742a0d8.zip
Naming convention
Diffstat (limited to 'toolsrc/src/commands_edit.cpp')
-rw-r--r--toolsrc/src/commands_edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_edit.cpp b/toolsrc/src/commands_edit.cpp
index c9886d82e..dc28de737 100644
--- a/toolsrc/src/commands_edit.cpp
+++ b/toolsrc/src/commands_edit.cpp
@@ -48,7 +48,7 @@ namespace vcpkg::Commands::Edit
std::vector<fs::path> candidate_paths;
const std::vector<fs::path> from_path = Files::find_from_PATH(L"EDITOR");
candidate_paths.insert(candidate_paths.end(), from_path.cbegin(), from_path.cend());
- candidate_paths.push_back(System::get_ProgramFiles_platform_bitness() / "Microsoft VS Code" / "Code.exe");
+ candidate_paths.push_back(System::get_program_files_platform_bitness() / "Microsoft VS Code" / "Code.exe");
candidate_paths.push_back(System::get_program_files_32_bit() / "Microsoft VS Code" / "Code.exe");
const std::vector<fs::path> from_registry = find_from_registry();