Fixed -Wextra warnings

This commit is contained in:
Robert Osfield
2016-06-08 09:46:09 +01:00
parent 7bb0f437c1
commit aef2574b8d
6 changed files with 15 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ namespace osgAnimation
const osg::Matrix& getMatrix() const;
protected:
typedef osg::MixinVector<osg::ref_ptr<StackedTransformElement> > inherited;
osg::Matrix _matrix;
};