mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Uninitialised member var.
This commit is contained in:
parent
cb1e6b62e9
commit
ee68280b27
@ -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…
x
Reference in New Issue
Block a user