Fix unit test mock build error.
This commit is contained in:
parent
2bf56c2441
commit
c7d577dfe6
|
@ -194,7 +194,7 @@ DIALOG_FIND_BASE::DIALOG_FIND_BASE( wxWindow* parent, wxWindowID id, const wxStr
|
||||||
m_includeReferences = nullptr;
|
m_includeReferences = nullptr;
|
||||||
m_includeTexts = nullptr;
|
m_includeTexts = nullptr;
|
||||||
m_includeMarkers = nullptr;
|
m_includeMarkers = nullptr;
|
||||||
m_includeVias = nullptr;
|
m_includeNets = nullptr;
|
||||||
m_findNext = nullptr;
|
m_findNext = nullptr;
|
||||||
m_findPrevious = nullptr;
|
m_findPrevious = nullptr;
|
||||||
m_searchAgain = nullptr;
|
m_searchAgain = nullptr;
|
||||||
|
|
Loading…
Reference in New Issue