Added parenths to fix build breakage.

This commit is contained in:
Pete Johns 2011-01-18 21:07:33 +11:00
parent 8631ee65a3
commit ea01c04108
1 changed files with 1 additions and 1 deletions

View File

@ -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