Browse Source

Uninitialised member var.

revert-0c36e162
Jeff Young 6 months ago
parent
commit
ee68280b27
  1. 1
      include/eda_search_data.h

1
include/eda_search_data.h

@ -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 )

Loading…
Cancel
Save