Fix compil and Coverity warnings.
This commit is contained in:
parent
d199f92cd4
commit
83fb06ff75
|
@ -226,6 +226,7 @@ NETLIST_PAGE_DIALOG::NETLIST_PAGE_DIALOG( wxNotebook* aParent, const wxString& a
|
||||||
m_IdNetType = aIdNetType;
|
m_IdNetType = aIdNetType;
|
||||||
m_pageNetFmtName = aTitle;
|
m_pageNetFmtName = aTitle;
|
||||||
m_CommandStringCtrl = nullptr;
|
m_CommandStringCtrl = nullptr;
|
||||||
|
m_CurSheetAsRoot = nullptr;
|
||||||
m_TitleStringCtrl = nullptr;
|
m_TitleStringCtrl = nullptr;
|
||||||
m_SaveAllVoltages = nullptr;
|
m_SaveAllVoltages = nullptr;
|
||||||
m_SaveAllCurrents = nullptr;
|
m_SaveAllCurrents = nullptr;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
PCB_SEARCH_PANE::PCB_SEARCH_PANE( PCB_EDIT_FRAME* aFrame ) :
|
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();
|
m_brd = m_pcbFrame->GetBoard();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue