summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
Diffstat (limited to 'Userland')
-rw-r--r--Userland/html.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/html.cpp b/Userland/html.cpp
index dc1ccd175b..9fe2b1a363 100644
--- a/Userland/html.cpp
+++ b/Userland/html.cpp
@@ -72,7 +72,7 @@ int main(int argc, char** argv)
window->set_title("HTML");
window->show();
- auto menubar = make<GUI::MenuBar>();
+ auto menubar = GUI::MenuBar::construct();
auto& app_menu = menubar->add_menu("HTML");
app_menu.add_action(GUI::CommonActions::make_quit_action([&](auto&) {