Update of /cvsroot/cppunit/cppunit2/include/cpput
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32472/include/cpput
Modified Files:
message.h
Log Message:
* removed some warnings.
Index: message.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpput/message.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** message.h 27 Feb 2005 10:15:41 -0000 1.6
--- message.h 28 Feb 2005 20:32:52 -0000 1.7
***************
*** 73,77 ****
void extend( const Message &other )
{
! insertAt( details_.size(), other );
}
--- 73,77 ----
void extend( const Message &other )
{
! insertAt( int(details_.size()), other );
}
|