From 29958a56121782ea03cbe61b65ed4a2609369580 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 21 Aug 2005 15:32:38 +0000 Subject: [PATCH] Added OSG_EXPORT to GrephicsThread and fixed typo in osg.dsp. --- VisualStudio/osg/osg.dsp | 2 +- include/osg/GraphicsThread | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio/osg/osg.dsp b/VisualStudio/osg/osg.dsp index f2928cb24..5bb0f8996 100755 --- a/VisualStudio/osg/osg.dsp +++ b/VisualStudio/osg/osg.dsp @@ -264,7 +264,7 @@ SOURCE=..\..\src\osg\GraphicsContext.cpp # End Source File # Begin Source File -SOURCE=..\..\src\osg\GraphicsTread.cpp +SOURCE=..\..\src\osg\GraphicsThread.cpp # End Source File # Begin Source File diff --git a/include/osg/GraphicsThread b/include/osg/GraphicsThread index afe49778b..e4cba3f4b 100644 --- a/include/osg/GraphicsThread +++ b/include/osg/GraphicsThread @@ -76,7 +76,7 @@ class Block: public osg::Referenced { }; /** GraphicsThread is a helper class for running OpenGL GraphicsOperation within a single thread assigned to a specific GraphicsContext.*/ -class GraphicsThread : public Referenced, public OpenThreads::Thread +class OSG_EXPORT GraphicsThread : public Referenced, public OpenThreads::Thread { public: GraphicsThread();