summaryrefslogtreecommitdiff
path: root/Userland/Demos/Tubes/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Demos/Tubes/main.cpp')
-rw-r--r--Userland/Demos/Tubes/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Demos/Tubes/main.cpp b/Userland/Demos/Tubes/main.cpp
index 33ae9ecca2..9f585e205a 100644
--- a/Userland/Demos/Tubes/main.cpp
+++ b/Userland/Demos/Tubes/main.cpp
@@ -22,7 +22,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
args_parser.add_option(refresh_rate, "Refresh rate", "rate", 'r', "milliseconds");
args_parser.parse(arguments);
- auto app = TRY(GUI::Application::try_create(arguments));
+ auto app = TRY(GUI::Application::create(arguments));
TRY(Core::System::pledge("stdio recvfd sendfd rpath prot_exec map_fixed"));