Removed export that was breaking windows build

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14891 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-06-03 10:28:34 +00:00
parent fd46645ade
commit 95f911e98c

View File

@@ -9,7 +9,7 @@
namespace osgAnimation
{
template <typename T>
class OSGANIMATION_EXPORT UpdateUniform : public AnimationUpdateCallback<osg::UniformCallback>
class UpdateUniform : public AnimationUpdateCallback<osg::UniformCallback>
{
protected:
osg::ref_ptr< TemplateTarget<T> > _uniformTarget;