Cleanup.
This commit is contained in:
parent
53fd1aaf5e
commit
ea67430c49
|
@ -120,8 +120,7 @@ private:
|
|||
///< Bind handlers to corresponding TOOL_ACTIONs.
|
||||
void setTransitions() override;
|
||||
|
||||
std::unique_ptr<DRC_ENGINE> makeDRCEngine( bool* aCompileError,
|
||||
bool* aCourtyardError = nullptr );
|
||||
std::unique_ptr<DRC_ENGINE> makeDRCEngine( bool* aCompileError, bool* aCourtyardError );
|
||||
|
||||
wxString getItemDescription( BOARD_ITEM* aItem );
|
||||
|
||||
|
|
Loading…
Reference in New Issue