瀏覽代碼

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 TextEditor;
 class TreeView;
+class ToolBar;
+class ToolBarContainer;
 class Variant;
 class VerticalBoxLayout;
 class WMEvent;