summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-12-03 19:47:58 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-12-03 19:47:58 +0000
commit5f4e8a237df7cbcb014fa632119fda3b8d32e64a (patch)
tree6550cb658a68febda701bd50643b5558f055bec9 /include/cppunit
parent7b97d82c4e077d37db5471d38c3e83b05943e240 (diff)
downloadcppunit-5f4e8a237df7cbcb014fa632119fda3b8d32e64a.tar.gz
include/cppunit/TextTestResult.h: added missing dll export for
operator << (bug #610119).
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/TextTestResult.h4
1 files changed, 2 insertions, 2 deletions
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