diff options
author | Andreas Kling <kling@serenityos.org> | 2020-04-25 17:20:10 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-25 17:20:10 +0200 |
commit | dc6b61dbcce945166dfa244959c0053d0ee07efe (patch) | |
tree | 61933fc3949b65b0409ae0429103ec89b17415e2 /Libraries/LibGUI/Forward.h | |
parent | 1887dc6de49d5cfba48ed73be346f158f023ff21 (diff) | |
download | serenity-dc6b61dbcce945166dfa244959c0053d0ee07efe.zip |
LibGUI: Add ToolBar and ToolBarContainer to Forward.h
Diffstat (limited to 'Libraries/LibGUI/Forward.h')
-rw-r--r-- | Libraries/LibGUI/Forward.h | 2 |
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; |