Cleanup.
This commit is contained in:
parent
53fd1aaf5e
commit
ea67430c49
|
@ -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 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue