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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user