From ea67430c49765358f31b0bb94737e9a7ca89540f Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Mon, 11 Dec 2023 17:29:03 +0000 Subject: [PATCH] Cleanup. --- pcbnew/tools/board_inspection_tool.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pcbnew/tools/board_inspection_tool.h b/pcbnew/tools/board_inspection_tool.h index d0f0bce76f..34673cb170 100644 --- a/pcbnew/tools/board_inspection_tool.h +++ b/pcbnew/tools/board_inspection_tool.h @@ -120,8 +120,7 @@ private: ///< Bind handlers to corresponding TOOL_ACTIONs. void setTransitions() override; - std::unique_ptr makeDRCEngine( bool* aCompileError, - bool* aCourtyardError = nullptr ); + std::unique_ptr makeDRCEngine( bool* aCompileError, bool* aCourtyardError ); wxString getItemDescription( BOARD_ITEM* aItem );