summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-04-25 17:20:10 +0200
committerAndreas Kling <kling@serenityos.org>2020-04-25 17:20:10 +0200
commitdc6b61dbcce945166dfa244959c0053d0ee07efe (patch)
tree61933fc3949b65b0409ae0429103ec89b17415e2
parent1887dc6de49d5cfba48ed73be346f158f023ff21 (diff)
downloadserenity-dc6b61dbcce945166dfa244959c0053d0ee07efe.zip
LibGUI: Add ToolBar and ToolBarContainer to Forward.h
-rw-r--r--Libraries/LibGUI/Forward.h2
1 files changed, 2 insertions, 0 deletions
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;