Fix compil and Coverity warnings.
This commit is contained in:
parent
d199f92cd4
commit
83fb06ff75
|
@ -130,7 +130,7 @@ private:
|
|||
NETLIST_TYPE_ID aNetTypeId );
|
||||
void InstallPageSpice();
|
||||
void InstallPageSpiceModel();
|
||||
|
||||
|
||||
bool TransferDataFromWindow() override;
|
||||
void NetlistUpdateOpt();
|
||||
|
||||
|
@ -226,6 +226,7 @@ NETLIST_PAGE_DIALOG::NETLIST_PAGE_DIALOG( wxNotebook* aParent, const wxString& a
|
|||
m_IdNetType = aIdNetType;
|
||||
m_pageNetFmtName = aTitle;
|
||||
m_CommandStringCtrl = nullptr;
|
||||
m_CurSheetAsRoot = nullptr;
|
||||
m_TitleStringCtrl = nullptr;
|
||||
m_SaveAllVoltages = nullptr;
|
||||
m_SaveAllCurrents = nullptr;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
PCB_SEARCH_PANE::PCB_SEARCH_PANE( PCB_EDIT_FRAME* aFrame ) :
|
||||
m_pcbFrame( aFrame ), SEARCH_PANE( aFrame )
|
||||
SEARCH_PANE( aFrame ), m_pcbFrame( aFrame )
|
||||
{
|
||||
m_brd = m_pcbFrame->GetBoard();
|
||||
|
||||
|
|
Loading…
Reference in New Issue