From c189897e29bfa65bdaaac08c8a2035e91d612216 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 3 Dec 2020 19:29:50 +0100 Subject: LibWeb: Fix wrong forward declaration of LineBox & LineBoxFragment --- Libraries/LibWeb/Forward.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Libraries') diff --git a/Libraries/LibWeb/Forward.h b/Libraries/LibWeb/Forward.h index 7dd98c79e6..9f8a5bff6e 100644 --- a/Libraries/LibWeb/Forward.h +++ b/Libraries/LibWeb/Forward.h @@ -154,9 +154,11 @@ class BlockFormattingContext; class Box; class ButtonBox; class CheckBox; -class InitialContainingBlockBox; class FormattingContext; +class InitialContainingBlockBox; class InlineFormattingContext; +class LineBox; +class LineBoxFragment; class Node; class NodeWithStyle; class ReplacedBox; @@ -167,8 +169,6 @@ class EventHandler; class Frame; class FrameLoader; class InProcessWebView; -class LineBox; -class LineBoxFragment; class LoadRequest; class Origin; class OutOfProcessWebView; -- cgit v1.2.3