I have a error message that I don't understand...
I define a class with a TGTextBuffer pointer data members
(TGTextBuffer *TBxmin). The compilation is ok but when the dictionary
try to be compiled, I have this error message
cxx: Error: panelDict.C, line 2313: In this statement, the argument list
"R__b<<TBxmin" matches no "operator <<".
R__b << TBxmin;
What does it mean? what must I do?
Thanks
Olivier meplan