From eeaad7402101fa75731fb9581d112556b08472f0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 6 Feb 2007 14:20:21 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgUtil/RenderLeaf.cpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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);