[Mockpp-commits] mockpp/mockpp/constraint ConstraintSet.h,1.14,1.15
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-10-19 20:14:35
|
Update of /cvsroot/mockpp/mockpp/mockpp/constraint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14711/mockpp/constraint Modified Files: ConstraintSet.h Log Message: g++ 4.0 warnings Index: ConstraintSet.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/ConstraintSet.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ConstraintSet.h 24 Mar 2005 20:51:29 -0000 1.14 +++ ConstraintSet.h 19 Oct 2005 20:14:27 -0000 1.15 @@ -47,6 +47,11 @@ { public: + /** Destroys the object + */ + virtual ~ConstraintSet0() + {} + /** Tests if the constraint set matches the invocation * @param invocation the invocation data * @return true: the set matches |