There was an error while loading. Please reload this page.
1 parent 325a234 commit 7c523b7Copy full SHA for 7c523b7
1 file changed
lib/checkclass.cpp
@@ -495,8 +495,8 @@ void CheckClassImpl::copyconstructors()
495
const Variable* var = vartok->variable();
496
if (var && var->scope() == scope && !var->isStatic() &&
497
var->valueType() && ((var->valueType()->type != ValueType::CONTAINER &&
498
- var->valueType()->type != ValueType::RECORD &&
499
- var->valueType()->type != ValueType::UNKNOWN_TYPE) || var->valueType()->pointer))
+ var->valueType()->type != ValueType::RECORD &&
+ var->valueType()->type != ValueType::UNKNOWN_TYPE) || var->valueType()->pointer))
500
deallocatedVars[vartok->varId()] = vartok;
501
}
502
0 commit comments