const functions: fixed false negatives for the type P. ticket: #1884
This commit is contained in:
parent
cfbc06c8b6
commit
28c5893ee0
|
@ -1948,7 +1948,7 @@ void CheckClass::checkConst()
|
|||
}
|
||||
}
|
||||
|
||||
if (allupper)
|
||||
if (allupper && previous->str().size() > 2)
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue