fix: resolve build errors — ToolBarItem incomplete type and ReportException method name #178

Merged
forbes merged 1 commits from fix/build-incomplete-type-and-method-name into main 2026-02-11 22:36:02 +00:00

1 Commits

Author SHA1 Message Date
forbes
1f49e3fa6d fix: resolve build errors — ToolBarItem incomplete type and ReportException method name
Some checks failed
Build and Test / build (pull_request) Has been cancelled
- Workbench.h: replace forward declaration of ToolBarItem with #include <Gui/ToolBarManager.h>
  so that ToolBarItem::DefaultVisibility can be used as a default parameter (line 283)
- ApplicationPy.cpp: fix ReportException() → reportException() to match
  the method name declared in Base::Interpreter.h
2026-02-11 16:35:40 -06:00