[Cppunit-cvs] cppunit ChangeLog,1.224,1.225
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-02-23 07:35:12
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31372 Modified Files: ChangeLog Log Message: * examples/hierarchy/BoardGameTest.h: * examples/hierarchy/ChessTest.h: fixed compilation issue, prefixed access to class member with 'this' (inheriting from template parameter dependent class). Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.224 retrieving revision 1.225 diff -C2 -d -r1.224 -r1.225 *** ChangeLog 19 Nov 2004 20:04:35 -0000 1.224 --- ChangeLog 23 Feb 2005 07:35:03 -0000 1.225 *************** *** 1,2 **** --- 1,9 ---- + 2005-02-23 Baptiste Lepilleur <gai...@fr...> + + * examples/hierarchy/BoardGameTest.h: + * examples/hierarchy/ChessTest.h: fixed compilation issue, prefixed access + to class member with 'this' (inheriting from template parameter + dependent class). + 2004-11-19 Baptiste Lepilleur <gai...@fr...> |