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:
parent
652c274d09
commit
5ed5221178
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user