Added export for PerContextShader.

This commit is contained in:
Robert Osfield 2010-03-11 14:48:54 +00:00
parent dce80220e8
commit 9ab856323d

View File

@ -186,7 +186,7 @@ class OSG_EXPORT Shader : public osg::Object
public:
/** PerContextShader (PCS) is an OSG-internal encapsulation of glShader per-GL context. */
class PerContextShader : public osg::Referenced
class OSG_EXPORT PerContextShader : public osg::Referenced
{
public:
PerContextShader(const Shader* shader, unsigned int contextID);