Uninitialised member var.

This commit is contained in:
Jeff Young 2025-04-08 09:42:56 +01:00
parent cb1e6b62e9
commit ee68280b27

View File

@ -69,6 +69,7 @@ struct EDA_SEARCH_DATA
replaceString( other.replaceString ),
regex_string( other.regex_string ),
searchAndReplace( other.searchAndReplace ),
searchAllFields( other.searchAllFields ),
matchCase( other.matchCase ),
markersOnly( other.markersOnly ),
matchMode( other.matchMode )