diff --git a/src/osgWrappers/osgUtil/RenderLeaf.cpp b/src/osgWrappers/osgUtil/RenderLeaf.cpp index d04d37dfa..cecb93ba7 100644 --- a/src/osgWrappers/osgUtil/RenderLeaf.cpp +++ b/src/osgWrappers/osgUtil/RenderLeaf.cpp @@ -43,16 +43,12 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::RenderLeaf) __void__render__osg_RenderInfo_R1__RenderLeaf_P1, "", ""); - I_Method0(osg::Drawable *, getDrawable, - __osg_Drawable_P1__getDrawable, + I_Method0(const osg::Drawable *, getDrawable, + __C5_osg_Drawable_P1__getDrawable, "", ""); - I_Method0(osg::Drawable *, getDrawable, - __osg_Drawable_P1__getDrawable, - "", - ""); - I_SimpleProperty(osg::Drawable *, Drawable, - __osg_Drawable_P1__getDrawable, + I_SimpleProperty(const osg::Drawable *, Drawable, + __C5_osg_Drawable_P1__getDrawable, 0); I_PublicMemberProperty(osgUtil::StateGraph *, _parent); I_PublicMemberProperty(osg::Drawable *, _drawable);