my classview info won't show up anymore and everytime I try to compile my program I get an error telling me that I can't access a protected member variable (value). but it's declared like this:
public:
char *value;
void release();
it was protected at once, but now it's not and I've rebuilt all a number of times and nothing seems to work. can anyone help?
bdiamond
public:
char *value;
void release();
it was protected at once, but now it's not and I've rebuilt all a number of times and nothing seems to work. can anyone help?
bdiamond