Fixed warning

This commit is contained in:
Robert Osfield 2010-03-25 14:12:28 +00:00
parent 304214e0df
commit 75d1de3d15

View File

@ -57,7 +57,9 @@ osg::Geometry* createEaseMotionGeometry(osgAnimation::Motion* motion) {
return geom;
}
struct EaseMotionSampler: public osg::NodeCallback {
class EaseMotionSampler: public osg::NodeCallback
{
public:
float _previous;
osg::Vec3 _pos;