Explorar o código

LibWeb: Add ImageBox to forwarding header

Timothy Flynn hai 1 ano
pai
achega
c4295edc81
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Userland/Libraries/LibWeb/Forward.h

+ 1 - 0
Userland/Libraries/LibWeb/Forward.h

@@ -508,6 +508,7 @@ class ButtonBox;
 class CheckBox;
 class FlexFormattingContext;
 class FormattingContext;
+class ImageBox;
 class InlineFormattingContext;
 class Label;
 class LabelableNode;