Fix unit test mock build error.

This commit is contained in:
Wayne Stambaugh 2022-03-11 08:28:00 -05:00
parent 2bf56c2441
commit c7d577dfe6
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ DIALOG_FIND_BASE::DIALOG_FIND_BASE( wxWindow* parent, wxWindowID id, const wxStr
m_includeReferences = nullptr;
m_includeTexts = nullptr;
m_includeMarkers = nullptr;
m_includeVias = nullptr;
m_includeNets = nullptr;
m_findNext = nullptr;
m_findPrevious = nullptr;
m_searchAgain = nullptr;