From Csaba Halasz, adding missing export directives

This commit is contained in:
Robert Osfield
2008-11-06 14:04:26 +00:00
parent bfec6546ce
commit ad2cb03a68
7 changed files with 7 additions and 7 deletions

View File

@@ -145,7 +145,7 @@ class OSGSHADOW_EXPORT StandardShadowMap : public DebugShadowMap
unsigned int _baseTextureCoordIndex;
unsigned int _shadowTextureCoordIndex;
struct ViewData: public BaseClass::ViewData
struct OSGSHADOW_EXPORT ViewData: public BaseClass::ViewData
{
osg::ref_ptr< osg::Light > * _lightPtr;
unsigned int * _baseTextureUnitPtr;