From 16933c951386a563971149d2beb3dc2147a0db8e Mon Sep 17 00:00:00 2001 From: Egor Tensin <Egor.Tensin@gmail.com> Date: Sun, 16 May 2021 18:57:36 +0300 Subject: clang-tidy fixes --- include/winapi/cmd_line.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/winapi') diff --git a/include/winapi/cmd_line.hpp b/include/winapi/cmd_line.hpp index d635350..8735660 100644 --- a/include/winapi/cmd_line.hpp +++ b/include/winapi/cmd_line.hpp @@ -27,9 +27,7 @@ public: explicit CommandLine(std::string&& argv0, std::vector<std::string>&& args = {}) : m_argv0{std::move(argv0)}, m_args{std::move(args)} {} - explicit CommandLine(const std::vector<std::string>& argv); - - explicit CommandLine(std::vector<std::string>&& argv); + explicit CommandLine(std::vector<std::string> argv); static std::string escape(const std::string&); -- cgit v1.2.3