[Mockpp-commits] mockpp/mockpp/util AssertMo.h,1.24,1.25
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-28 21:30:24
|
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> |