Added parenths to fix build breakage.
This commit is contained in:
parent
8631ee65a3
commit
ea01c04108
|
@ -134,7 +134,7 @@ void CheckClass::constructors()
|
|||
}
|
||||
|
||||
// Check if type can't be copied
|
||||
if (var->type && canNotCopy(var->type))
|
||||
if (var->type() && canNotCopy(var->type()))
|
||||
continue;
|
||||
|
||||
// It's non-static and it's not initialized => error
|
||||
|
|
Loading…
Reference in New Issue