From 4e45c82067fb6b3342c0240a7e0d070b200af9d3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 29 Aug 2002 08:39:04 +0000 Subject: [PATCH] Added SG_EXPORT. --- include/osg/UnitTestFramework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/UnitTestFramework b/include/osg/UnitTestFramework index 78327bf74..bd1a08cc8 100644 --- a/include/osg/UnitTestFramework +++ b/include/osg/UnitTestFramework @@ -78,7 +78,7 @@ private: #ifndef DOXYGEN_SHOULD_SKIP_THIS - class TraceStream{ + class SG_EXPORT TraceStream{ public: TraceStream(std::ostream& o=std::cout, TraceLevel tl=Results);