[Cppunit-cvs] cppunit2/include/cpptl reflection.inl,1.2,1.3
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-03-04 22:18:27
|
Update of /cvsroot/cppunit/cppunit2/include/cpptl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3159/include/cpptl Modified Files: reflection.inl Log Message: * fixed bad return statement in void Functor. Index: reflection.inl =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/reflection.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** reflection.inl 3 Mar 2005 20:48:54 -0000 1.2 --- reflection.inl 4 Mar 2005 22:18:14 -0000 1.3 *************** *** 195,199 **** const Any &value ) const { ! return accessor_->set( object, value ); } --- 195,199 ---- const Any &value ) const { ! accessor_->set( object, value ); } |