From 7cf78fa99e7443ed07502d88c4a6360df3b66b96 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 11 May 2007 09:05:59 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osg/Uniform.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/osgWrappers/osg/Uniform.cpp b/src/osgWrappers/osg/Uniform.cpp index ad1a1c225..f2a3fdd34 100644 --- a/src/osgWrappers/osg/Uniform.cpp +++ b/src/osgWrappers/osg/Uniform.cpp @@ -191,9 +191,9 @@ BEGIN_OBJECT_REFLECTOR(osg::Uniform) __bool__setType__Type, "Set the type of glUniform, ensuring it is only set once. ", ""); - I_Method0(const osg::Uniform::Type, getType, + I_Method0(osg::Uniform::Type, getType, Properties::NON_VIRTUAL, - __C5_Type__getType, + __Type__getType, "Get the type of glUniform as enum. ", ""); I_Method1(void, setName, IN, const std::string &, name, @@ -812,7 +812,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Uniform) __ParentList__getParents, 0); I_SimpleProperty(osg::Uniform::Type, Type, - 0, + __Type__getType, __bool__setType__Type); I_SimpleProperty(osg::Uniform::Callback *, UpdateCallback, __Callback_P1__getUpdateCallback,