[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
--
Andrea
Author: carnold
Date: Thu Nov 3 07:25:15 2005
New Revision: 330566
URL: http://svn.apache.org/viewcvs?rev=330566&view=rev
Log:
LOGCXX-110: So that is what that unnecessary cast was for
Modified:
logging/log4cxx/trunk/src/loggingevent.cpp
Modified: logging/log4cxx/trunk/src/loggingevent.cpp