summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-11-15 20:30:01 -0500
committerLinus Groh <mail@linusgroh.de>2022-11-16 17:23:56 +0000
commitdb4fa36b583dc06df67538c409bf489617b99ae7 (patch)
tree1b08424a508532045c3bf76797cbd671815a490e
parent364f44d7d82af7d696d50a05d8bd33cbe9e8cea7 (diff)
downloadserenity-db4fa36b583dc06df67538c409bf489617b99ae7.zip
LibGUI: Add GUI::Dialog to the LibGUI forwarding header
-rw-r--r--Userland/Libraries/LibGUI/Forward.h1
1 files changed, 1 insertions, 0 deletions
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;