This commit is contained in:
Jeff Young 2023-12-11 17:29:03 +00:00
parent 53fd1aaf5e
commit ea67430c49
1 changed files with 1 additions and 2 deletions

View File

@ -120,8 +120,7 @@ private:
///< Bind handlers to corresponding TOOL_ACTIONs. ///< Bind handlers to corresponding TOOL_ACTIONs.
void setTransitions() override; void setTransitions() override;
std::unique_ptr<DRC_ENGINE> makeDRCEngine( bool* aCompileError, std::unique_ptr<DRC_ENGINE> makeDRCEngine( bool* aCompileError, bool* aCourtyardError );
bool* aCourtyardError = nullptr );
wxString getItemDescription( BOARD_ITEM* aItem ); wxString getItemDescription( BOARD_ITEM* aItem );