From dc6b61dbcce945166dfa244959c0053d0ee07efe Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 25 Apr 2020 17:20:10 +0200 Subject: LibGUI: Add ToolBar and ToolBarContainer to Forward.h --- Libraries/LibGUI/Forward.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Libraries/LibGUI/Forward.h b/Libraries/LibGUI/Forward.h index ff0c6ba5c1..bae4920421 100644 --- a/Libraries/LibGUI/Forward.h +++ b/Libraries/LibGUI/Forward.h @@ -72,6 +72,8 @@ class TextDocumentLine; class TextDocumentUndoCommand; class TextEditor; class TreeView; +class ToolBar; +class ToolBarContainer; class Variant; class VerticalBoxLayout; class WMEvent; -- cgit v1.2.3