From db4fa36b583dc06df67538c409bf489617b99ae7 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 15 Nov 2022 20:30:01 -0500 Subject: [PATCH] LibGUI: Add GUI::Dialog to the LibGUI forwarding header --- Userland/Libraries/LibGUI/Forward.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Libraries/LibGUI/Forward.h b/Userland/Libraries/LibGUI/Forward.h index c80ce54c22..2a11e53283 100644 --- a/Userland/Libraries/LibGUI/Forward.h +++ b/Userland/Libraries/LibGUI/Forward.h @@ -23,6 +23,7 @@ class CheckBox; class ComboBox; class Command; class CommandPalette; +class Dialog; class DialogButton; class DragEvent; class DropEvent;