From 90a08ec35df981da24c5c577a00665f07f2f49c1 Mon Sep 17 00:00:00 2001 From: Eric Schendel Date: Mon, 16 Sep 2002 17:32:46 +0000 Subject: Added comparator to set --- include/cppunit/extensions/TestFactoryRegistry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit') diff --git a/include/cppunit/extensions/TestFactoryRegistry.h b/include/cppunit/extensions/TestFactoryRegistry.h index 8109d40..fc8723e 100644 --- a/include/cppunit/extensions/TestFactoryRegistry.h +++ b/include/cppunit/extensions/TestFactoryRegistry.h @@ -165,7 +165,7 @@ private: void operator =( const TestFactoryRegistry © ); private: - typedef CppUnitSet Factories; + typedef CppUnitSet > Factories; Factories m_factories; std::string m_name; -- cgit v1.2.1