aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--include/winapi/process_io.hpp6
1 files changed, 3 insertions, 3 deletions
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;