Fix warnings.
This commit is contained in:
parent
17175fe71e
commit
451cb7a194
|
@ -222,7 +222,7 @@ void SCH_COMMIT::pushSchEdit( const wxString& aMessage, int aCommitFlags )
|
|||
} );
|
||||
}
|
||||
|
||||
auto updateConnectivityFlag = [&, this]()
|
||||
auto updateConnectivityFlag = [&]()
|
||||
{
|
||||
if( schItem->IsConnectable() )
|
||||
{
|
||||
|
|
|
@ -1282,7 +1282,7 @@ void SYMBOL_EDIT_FRAME::UpdateSymbolMsgPanelInfo()
|
|||
else if( m_bodyStyle == LIB_ITEM::BODY_STYLE::BASE )
|
||||
msg = _( "Standard" );
|
||||
else
|
||||
wxT( "?" );
|
||||
msg = wxT( "?" );
|
||||
|
||||
AppendMsgPanel( _( "Body" ), msg, 8 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue