diff options
Diffstat (limited to 'ttwhy/main.cpp')
| -rw-r--r-- | ttwhy/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ttwhy/main.cpp b/ttwhy/main.cpp index 649d01d..94c1330 100644 --- a/ttwhy/main.cpp +++ b/ttwhy/main.cpp @@ -35,7 +35,7 @@ auto main() -> int .echo(false); auto context = asio::io_context{}; - asio::co_spawn(context, app(fileno(stdin), fileno(stdout), fileno(stderr)), asio::detached); + asio::co_spawn(context, app(::fileno(::stdin), ::fileno(::stdout), ::fileno(::stderr)), asio::detached); context.run(); } |
