From 4a365d974b17f71914909df8fe532edc929f3cad Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 18 Jun 2026 09:05:34 +0200 Subject: chore: clean up code --- ttwhy/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttwhy/main.cpp') 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(); } -- cgit v1.2.3