-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
I have declared two strcutures

They are used for instance variables for a new object class (FatbitsClass) as shown here
The code compiles fine and anything works. But if I move the instance variables up as shown here
I get an unusual error message:
The UI code line 4406 is shown here.

If I remove the line FBI_imageObj = ... the code compiles again.
Metadata
Metadata
Assignees
Labels
No labels

