[Mockpp-commits] mockpp/mockpp/matcher MatcherHolder.h,1.8,1.9
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-25 18:43:13
|
Update of /cvsroot/mockpp/mockpp/mockpp/matcher In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12544/mockpp/matcher Modified Files: MatcherHolder.h Log Message: typo Index: MatcherHolder.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/matcher/MatcherHolder.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- MatcherHolder.h 29 Jan 2005 13:56:24 -0000 1.8 +++ MatcherHolder.h 25 Mar 2005 18:43:04 -0000 1.9 @@ -88,7 +88,7 @@ * @return the matcher object */ #if defined(__BORLANDC__) && (__BORLANDC__ >= 560) - operator typename AutoPointer<InvocationMatcher<I> > () const // we we actually lie a bit + operator typename AutoPointer<InvocationMatcher<I> > () const // we actually lie a bit #else operator typename InvocationMatcher<I>::AP () const #endif @@ -98,7 +98,7 @@ private: - mutable typename InvocationMatcher<I>::AP matcher; // we we actually lie a bit + mutable typename InvocationMatcher<I>::AP matcher; // we actually lie a bit }; |