mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix some compil warnings
This commit is contained in:
parent
bd04d508e0
commit
4953e80122
@ -148,8 +148,8 @@ void EC_CIRCLE::Apply( EDIT_POINT& aHandle, const GRID_HELPER& aGrid )
|
||||
EC_CONVERGING::EC_CONVERGING( EDIT_LINE& aLine, EDIT_POINTS& aPoints ) :
|
||||
EDIT_CONSTRAINT<EDIT_LINE>( aLine ),
|
||||
m_colinearConstraint( nullptr ),
|
||||
m_prevOrigin( aPoints.Previous( aLine.GetOrigin(), false ) ),
|
||||
m_editPoints( aPoints ),
|
||||
m_prevOrigin( aPoints.Previous( aLine.GetOrigin(), false ) ),
|
||||
m_nextEnd( aPoints.Next( aLine.GetEnd(), false ) )
|
||||
{
|
||||
// Dragged segment endings
|
||||
|
@ -3196,7 +3196,7 @@ int SCH_DRAWING_TOOLS::DrawSheet( const TOOL_EVENT& aEvent )
|
||||
sheet = new SCH_SHEET( m_frame->GetCurrentSheet().Last(), cursorPos );
|
||||
sheet->SetScreen( nullptr );
|
||||
|
||||
wxString ext = wxT( "." ) + FILEEXT::KiCadSchematicFileExtension;
|
||||
wxString ext = wxString( "." ) + FILEEXT::KiCadSchematicFileExtension;
|
||||
|
||||
if( isDrawSheetCopy )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user