From 5a0186555bce3cbf523f5f00b0887f6a5457dcf4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 19 Nov 2009 17:27:21 +0000 Subject: [PATCH] From Lilin Xiong, added missing OSG_EXPORT --- include/osg/Texture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Texture b/include/osg/Texture index 3068e9391..57e783e18 100644 --- a/include/osg/Texture +++ b/include/osg/Texture @@ -813,7 +813,7 @@ class OSG_EXPORT Texture : public osg::StateAttribute public: - struct TextureProfile + struct OSG_EXPORT TextureProfile { inline TextureProfile(GLenum target): _target(target),