From 5f4e8a237df7cbcb014fa632119fda3b8d32e64a Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Tue, 3 Dec 2002 19:47:58 +0000 Subject: include/cppunit/TextTestResult.h: added missing dll export for operator << (bug #610119). --- include/cppunit/TextTestResult.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cppunit') diff --git a/include/cppunit/TextTestResult.h b/include/cppunit/TextTestResult.h index 53d1021..dc666c6 100644 --- a/include/cppunit/TextTestResult.h +++ b/include/cppunit/TextTestResult.h @@ -29,8 +29,8 @@ public: }; /** insertion operator for easy output */ -std::ostream &operator <<( std::ostream &stream, - TextTestResult &result ); +CPPUNIT_API std::ostream &operator <<( std::ostream &stream, + TextTestResult &result ); CPPUNIT_NS_END -- cgit v1.2.1