aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 18:46:28 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 19:54:01 -0700
commit7d46adb47ca332a072ffb382e4a533aa68a17062 (patch)
tree4c5b8155c14020c049fe2ef520948a0ad9da42c8 /toolsrc/include
parent259d6f83b46da9b7127eb8c7907cdcb74ce5bdf4 (diff)
downloadvcpkg-7d46adb47ca332a072ffb382e4a533aa68a17062.tar.gz
vcpkg-7d46adb47ca332a072ffb382e4a533aa68a17062.zip
Use Strings::EMPTY
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_System.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h
index 32da6e39c..86bb24aad 100644
--- a/toolsrc/include/vcpkg_System.h
+++ b/toolsrc/include/vcpkg_System.h
@@ -23,7 +23,7 @@ namespace vcpkg::System
ExitCodeAndOutput cmd_execute_and_capture_output(const CWStringView cmd_line);
- std::wstring create_powershell_script_cmd(const fs::path& script_path, const CWStringView args = L"");
+ std::wstring create_powershell_script_cmd(const fs::path& script_path, const CWStringView args = Strings::WEMPTY);
enum class Color
{