diff --git a/LibGUI/GApplication.h b/LibGUI/GApplication.h index db8d3764cc..4242204cbf 100644 --- a/LibGUI/GApplication.h +++ b/LibGUI/GApplication.h @@ -18,7 +18,7 @@ public: ~GApplication(); int exec(); - void quit(int); + void quit(int = 0); void set_menubar(OwnPtr&&); GAction* action_for_key_event(const GKeyEvent&);