Added OSG_EXPORT to GrephicsThread and fixed typo in osg.dsp.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user