From 4d1b49e5049f64b8e1df2eb705c241a9db921a2a Mon Sep 17 00:00:00 2001 From: Eric Schendel Date: Mon, 16 Sep 2002 17:31:29 +0000 Subject: Comparator added to map --- include/cppunit/XmlOutputter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit') 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 FailedTests; + typedef CppUnitMap > FailedTests; /*! \brief Sets the root element and adds its children. * -- cgit v1.2.1