From c7d577dfe67dfa91f3d881f3e9dfeef3379ded27 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Fri, 11 Mar 2022 08:28:00 -0500 Subject: [PATCH] Fix unit test mock build error. --- qa/qa_utils/mocks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/qa_utils/mocks.cpp b/qa/qa_utils/mocks.cpp index 08d9fa29bc..5398a38582 100644 --- a/qa/qa_utils/mocks.cpp +++ b/qa/qa_utils/mocks.cpp @@ -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;