Browse Source

LibGUI: Forward declare ImageWidget

Timothy Flynn 3 years ago
parent
commit
4cf4a7cc87
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Userland/Libraries/LibGUI/Forward.h

+ 1 - 0
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;