summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorEric Schendel <esche@sourceforge.net>2002-09-16 17:31:29 +0000
committerEric Schendel <esche@sourceforge.net>2002-09-16 17:31:29 +0000
commit4d1b49e5049f64b8e1df2eb705c241a9db921a2a (patch)
treeedbeb91ee7036a77c16cbd46c4d3c751126f4260 /include/cppunit
parente4dc29229ae6e20b226aec9b99b97611841e2ab0 (diff)
downloadcppunit-4d1b49e5049f64b8e1df2eb705c241a9db921a2a.tar.gz
Comparator added to map
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/XmlOutputter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/XmlOutputter.h b/include/cppunit/XmlOutputter.h
index 76a3864..d01968c 100644
--- a/include/cppunit/XmlOutputter.h
+++ b/include/cppunit/XmlOutputter.h
@@ -76,7 +76,7 @@ public:
virtual void setStyleSheet( const std::string &styleSheet );
- typedef CppUnitMap<Test *,TestFailure*> FailedTests;
+ typedef CppUnitMap<Test *,TestFailure*, std::less<Test*> > FailedTests;
/*! \brief Sets the root element and adds its children.
*