From Wojciech Lewandowski, "We encountered a problem when we tried overloading StandardManipulator class. Linker was unable to find StandardManipulator::AnimationData methods. Prefixing AnimationData with OSGGA_EXPORT removed the issue.

Fixed header is attached."
This commit is contained in:
Robert Osfield 2011-01-11 17:20:25 +00:00
parent 652c274d09
commit 5ed5221178

View File

@ -146,7 +146,7 @@ class OSGGA_EXPORT StandardManipulator : public CameraManipulator
bool _verticalAxisFixed; bool _verticalAxisFixed;
// animation stuff // animation stuff
class AnimationData : public osg::Referenced { class OSGGA_EXPORT AnimationData : public osg::Referenced {
public: public:
double _animationTime; double _animationTime;
bool _isAnimating; bool _isAnimating;