From f90dc196e39686c820414db4503cdeab83ea6078 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 24 Oct 2020 00:57:58 +0300 Subject: remove redundant namespace names --- include/winapi/process_io.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/winapi/process_io.hpp') diff --git a/include/winapi/process_io.hpp b/include/winapi/process_io.hpp index 597cc08..512cb7b 100644 --- a/include/winapi/process_io.hpp +++ b/include/winapi/process_io.hpp @@ -72,9 +72,9 @@ struct IO { void close(); - process::Stdin std_in; - process::Stdout std_out; - process::Stderr std_err; + Stdin std_in; + Stdout std_out; + Stderr std_err; // VS 2013 won't generate these automatically. IO(IO&& other) BOOST_NOEXCEPT_OR_NOTHROW; -- cgit v1.2.3