From 95f911e98c84599db13fbec81470a7f63ded5474 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 3 Jun 2015 10:28:34 +0000 Subject: [PATCH] Removed export that was breaking windows build git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14891 16af8721-9629-0410-8352-f15c8da7e697 --- include/osgAnimation/UpdateUniform | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgAnimation/UpdateUniform b/include/osgAnimation/UpdateUniform index 623a3406b..c955d43ca 100644 --- a/include/osgAnimation/UpdateUniform +++ b/include/osgAnimation/UpdateUniform @@ -9,7 +9,7 @@ namespace osgAnimation { template - class OSGANIMATION_EXPORT UpdateUniform : public AnimationUpdateCallback + class UpdateUniform : public AnimationUpdateCallback { protected: osg::ref_ptr< TemplateTarget > _uniformTarget;