diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index e3ccb11fb..0bccc8179 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -10738,9 +10738,16 @@ + + - + + + + + + false @@ -11307,6 +11314,14 @@ + + + + + + false + + @@ -11807,17 +11822,6 @@ - - - - - false - - - - - - diff --git a/lib/symboldatabase.cpp b/lib/symboldatabase.cpp index 2f89a4dd5..e68d62eb8 100644 --- a/lib/symboldatabase.cpp +++ b/lib/symboldatabase.cpp @@ -3777,7 +3777,7 @@ AccessControl Scope::defaultAccess() const } void Scope::addVariable(const Token *token_, const Token *start_, const Token *end_, - AccessControl access_, const Type *type_, const Scope *scope_, const Settings* settings) + AccessControl access_, const Type *type_, const Scope *scope_, const Settings* settings) { // keep possible size_t -> int truncation outside emplace_back() to have a single line // C4267 VC++ warning instead of several dozens lines