Procházet zdrojové kódy

LibWeb: Add ImageBox to forwarding header

Timothy Flynn před 1 rokem
rodič
revize
c4295edc81
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;