cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in class implementation

Former Member
0 Likes
1,572

Hi guys,

I have the following error at line 14, but i can't see what's wrong.

The error message is not clear enough.

Thanks.

Amine

View Entire Topic
pokrakam
Active Contributor

Public section means it’s in your class declaration. Most probably an incomplete declaration of a public attribute. Use the source code view to see the whole class, or check your attributes individually. Or use eclipse.

Former Member
0 Likes

Thanks Mike.