diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-02-02 14:38:23 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-03 16:11:15 +0100 |
commit | 4cf4a7cc87f39293e74681fab224056decc2045d (patch) | |
tree | 14a86a883af0b9e1701d33c82b24d8d645290124 /Userland/Libraries/LibGUI | |
parent | ea814a3ce6022c061e7e9b83b89cb1b5ecbd60b7 (diff) | |
download | serenity-4cf4a7cc87f39293e74681fab224056decc2045d.zip |
LibGUI: Forward declare ImageWidget
Diffstat (limited to 'Userland/Libraries/LibGUI')
-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 1bec505b86..8e0bd22223 100644 --- a/Userland/Libraries/LibGUI/Forward.h +++ b/Userland/Libraries/LibGUI/Forward.h @@ -34,6 +34,7 @@ class HorizontalBoxLayout; class HorizontalSlider; class Icon; class IconView; +class ImageWidget; class JsonArrayModel; class KeyEvent; class Label; |