diff options
| author | Eric Schendel <esche@sourceforge.net> | 2002-09-16 17:31:29 +0000 |
|---|---|---|
| committer | Eric Schendel <esche@sourceforge.net> | 2002-09-16 17:31:29 +0000 |
| commit | 4d1b49e5049f64b8e1df2eb705c241a9db921a2a (patch) | |
| tree | edbeb91ee7036a77c16cbd46c4d3c751126f4260 /include/cppunit | |
| parent | e4dc29229ae6e20b226aec9b99b97611841e2ab0 (diff) | |
| download | cppunit-4d1b49e5049f64b8e1df2eb705c241a9db921a2a.tar.gz | |
Comparator added to map
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/XmlOutputter.h | 2 |
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. * |
