From 8a6aaba35186b3adaa407983e3536158d584f5cc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 16 May 2005 11:22:25 +0000 Subject: [PATCH] Updated wrappers. --- src/osgWrappers/osg/ShapeDrawable.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/osgWrappers/osg/ShapeDrawable.cpp b/src/osgWrappers/osg/ShapeDrawable.cpp index fae280606..f744c57aa 100644 --- a/src/osgWrappers/osg/ShapeDrawable.cpp +++ b/src/osgWrappers/osg/ShapeDrawable.cpp @@ -43,10 +43,10 @@ BEGIN_OBJECT_REFLECTOR(osg::ShapeDrawable) I_Method0(osg::TessellationHints *, getTessellationHints); I_Method0(const osg::TessellationHints *, getTessellationHints); I_Method1(void, drawImplementation, IN, osg::State &, state); - I_Method1(bool, supports, IN, osg::Drawable::AttributeFunctor &, x); - I_Method1(bool, supports, IN, osg::Drawable::ConstAttributeFunctor &, x); + I_Method1(bool, supports, IN, const osg::Drawable::AttributeFunctor &, x); + I_Method1(bool, supports, IN, const osg::Drawable::ConstAttributeFunctor &, x); I_Method1(void, accept, IN, osg::Drawable::ConstAttributeFunctor &, af); - I_Method1(bool, supports, IN, osg::PrimitiveFunctor &, x); + I_Method1(bool, supports, IN, const osg::PrimitiveFunctor &, x); I_Method1(void, accept, IN, osg::PrimitiveFunctor &, pf); I_Method0(osg::BoundingBox, computeBound); I_Property(const osg::Vec4 &, Color);