I see that you declared your array to be private in the header file, therefore you shouldn't access the property from outside of the class.
brutella
2010-10-16 10:12:09
I see that you declared your array to be private in the header file, therefore you shouldn't access the property from outside of the class.