Thanks Magnus, change now merged and submitted to svn/trunk.
On Wed, Aug 19, 2009 at 2:38 PM, Magnus Kessler<[email protected]> wrote: > osgAnimation/Interpolator includes itself. The following patch removes the > superfluous include: > > diff --git a/include/osgAnimation/Interpolator > b/include/osgAnimation/Interpolator > index 5a99c1b..dafd597 100644 > --- a/include/osgAnimation/Interpolator > +++ b/include/osgAnimation/Interpolator > @@ -20,7 +20,6 @@ > #define OSGANIMATION_INTERPOLATOR_H > > #include <osg/Notify> > -#include <osgAnimation/Interpolator> > #include <osgAnimation/Keyframe> > > namespace osgAnimation > > > The complete file with this change applied is attached. > > Regards, > > Magnus Kessler > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
