Added OSG_EXPORT to GrephicsThread and fixed typo in osg.dsp.

This commit is contained in:
Robert Osfield
2005-08-21 15:32:38 +00:00
parent ac07e07705
commit 29958a5612
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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();