diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-11-15 20:30:01 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-16 17:23:56 +0000 |
commit | db4fa36b583dc06df67538c409bf489617b99ae7 (patch) | |
tree | 1b08424a508532045c3bf76797cbd671815a490e | |
parent | 364f44d7d82af7d696d50a05d8bd33cbe9e8cea7 (diff) | |
download | serenity-db4fa36b583dc06df67538c409bf489617b99ae7.zip |
LibGUI: Add GUI::Dialog to the LibGUI forwarding header
-rw-r--r-- | Userland/Libraries/LibGUI/Forward.h | 1 |
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; |