Browse Source

LibGUI: Add ToolBar and ToolBarContainer to Forward.h

Andreas Kling 5 years ago
parent
commit
dc6b61dbcc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Libraries/LibGUI/Forward.h

+ 2 - 0
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;