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)
{
}
|