From 9ab856323dcda7e70235c92a0b92c34c44b23b6e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 11 Mar 2010 14:48:54 +0000 Subject: [PATCH] Added export for PerContextShader. --- include/osg/Shader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Shader b/include/osg/Shader index 603d48361..44b96471f 100644 --- a/include/osg/Shader +++ b/include/osg/Shader @@ -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);