Skip to content

Commit 94ff4d3

Browse files
Update checkclass.cpp
1 parent 0220dbe commit 94ff4d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkclass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@ bool CheckClass::checkConstFunc(const Scope *scope, const Function *func, Member
25942594

25952595
auto isConstContainerUsage = [&](const ValueType* vt) -> bool {
25962596
if (!vt || !vt->container)
2597-
return false;
2597+
return false;
25982598
const auto yield = vt->container->getYield(end->str());
25992599
const Token* parent = tok1->astParent();
26002600
while (Token::Match(parent, "(|.|::"))

0 commit comments

Comments
 (0)