Update of /cvsroot/mockpp/mockpp/mockpp/matcher
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1020/mockpp/matcher
Modified Files:
InvokedRecorder.h
Log Message:
avoid name collision on win32
Index: InvokedRecorder.h
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/matcher/InvokedRecorder.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- InvokedRecorder.h 27 Feb 2005 11:48:16 -0000 1.26
+++ InvokedRecorder.h 28 Dec 2005 21:29:19 -0000 1.27
@@ -39,7 +39,7 @@
#include <mockpp/matcher/TypelessMatcher.h>
-#include <mockpp/compat/Assert.h>
+#include <mockpp/compat/Asserter.h>
#include <mockpp/compat/Formatter.h>
|