diff options
Diffstat (limited to '')
-rw-r--r-- | src/process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.cpp b/src/process.cpp index 9a602c8..e0799d5 100644 --- a/src/process.cpp +++ b/src/process.cpp @@ -28,7 +28,7 @@ namespace winapi { namespace { -typedef std::vector<wchar_t> EscapedCommandLine; +using EscapedCommandLine = std::vector<wchar_t>; EscapedCommandLine escape_command_line(const CommandLine& cmd_line) { const auto unicode_cmd_line = widen(cmd_line.to_string()); |