浏览代码

LibGUI: Add ToolBar and ToolBarContainer to Forward.h

Andreas Kling 5 年之前
父节点
当前提交
dc6b61dbcc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Libraries/LibGUI/Forward.h

+ 2 - 0
Libraries/LibGUI/Forward.h

@@ -72,6 +72,8 @@ class TextDocumentLine;
 class TextDocumentUndoCommand;
 class TextDocumentUndoCommand;
 class TextEditor;
 class TextEditor;
 class TreeView;
 class TreeView;
+class ToolBar;
+class ToolBarContainer;
 class Variant;
 class Variant;
 class VerticalBoxLayout;
 class VerticalBoxLayout;
 class WMEvent;
 class WMEvent;