[Mockpp-commits] mockpp/mockpp ExpectationMap.h,1.22,1.23
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-24 20:52:07
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/mockpp Modified Files: ExpectationMap.h Log Message: fixed compiler warnings Index: ExpectationMap.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationMap.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- ExpectationMap.h 26 Jan 2005 21:59:12 -0000 1.22 +++ ExpectationMap.h 24 Mar 2005 20:51:28 -0000 1.23 @@ -55,7 +55,7 @@ * @param parent parent verifiable */ ExpectationMap(const String &name, Verifiable *parent = 0) - : ExpectationSet<Key>(name, 0) + : ExpectationSet<Key>(name, parent) { } |