[EMAIL PROTECTED] wrote: > LOGCXX-110: So that is what that unnecessary cast was for
:D [...] > - LOG4CXX_DECODE_CHAR(str, result); > + LOG4CXX_DECODE_CHAR(str, (const char*) result); [...] Indeed, without this cast the compiler can not determine the correct function overload.... -- Andreas Fester mailto:[EMAIL PROTECTED] WWW: http://www.littletux.net ICQ: 326674288
