@@ -803,7 +803,7 @@ t:+"NULLNULLNULL"
Local initTrans:String
If outputInit Then
Local cast:String
- If TObjectType(decl.ty) Then
+ If TObjectType(decl.ty) And Not TObjectType(decl.ty).classDecl.IsStruct() Then
cast = Bra(TransType(decl.ty, ""))
End If