Update of /cvsroot/mockpp/mockpp/mockpp/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1334/mockpp/util
Modified Files:
AssertMo.h
Log Message:
avoid name collision on win32
Index: AssertMo.h
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/util/AssertMo.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- AssertMo.h 26 Nov 2005 18:00:17 -0000 1.24
+++ AssertMo.h 28 Dec 2005 21:30:16 -0000 1.25
@@ -32,7 +32,7 @@
#include <mockpp/mockpp.h> // always first
-#include <mockpp/compat/Assert.h>
+#include <mockpp/compat/Asserter.h>
#include <mockpp/compat/Formatter.h>
|