remove virtual qualifier for deprecated method
This commit is contained in:
parent
21bcd61c92
commit
186691a9db
@ -144,7 +144,7 @@ namespace osgAnimation
|
||||
inline bool isDirty()const { return _dirty; }
|
||||
|
||||
/** for retrocompatibility */
|
||||
virtual void transformSoftwareMethod(){(*_morphTransformImplementation.get())(*this);}
|
||||
void transformSoftwareMethod(){(*_morphTransformImplementation.get())(*this);}
|
||||
|
||||
protected:
|
||||
osg::ref_ptr<MorphTransform> _morphTransformImplementation;
|
||||
|
Loading…
Reference in New Issue
Block a user