cbEditorInternalData::~cbEditorInternalData()
{
}
sdk\cbeditor.cpp:135: error: extra qualification 'cbEditorInternalData::' on member 'cbEditorInternalData'
Fixed :)
I have a small question. What is wrong with the extra qualification, and what is an extra qualification?
I have never heard of it before (until recently when some of you started using GCC 4). :shock:
Yes, I have the same question :lol:, when I use the GCC4.1.1 instead of the 3.4.2, I have to remove all the 'extra qualifications' that I put in some header files, but I do not know why it will say an error in the cpp file? :shock: