From 1dd7f10e1935ed4715c97017ac28a67a001cf49c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 30 Jan 2009 11:40:19 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgVolume/Property.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/osgWrappers/osgVolume/Property.cpp b/src/osgWrappers/osgVolume/Property.cpp index 51377828e..957d18225 100644 --- a/src/osgWrappers/osgVolume/Property.cpp +++ b/src/osgWrappers/osgVolume/Property.cpp @@ -645,9 +645,6 @@ END_REFLECTOR BEGIN_OBJECT_REFLECTOR(osgVolume::ScalarProperty) I_DeclaringFile("osgVolume/Property"); I_BaseType(osgVolume::Property); - I_Constructor0(____ScalarProperty, - "", - ""); I_Constructor2(IN, const std::string &, scaleName, IN, float, value, ____ScalarProperty__C5_std_string_R1__float, "", @@ -706,6 +703,9 @@ BEGIN_OBJECT_REFLECTOR(osgVolume::ScalarProperty) __C5_osg_Uniform_P1__getUniform, "Get the underlying uniform. ", ""); + I_ProtectedConstructor0(____ScalarProperty, + "", + ""); I_SimpleProperty(osg::Uniform *, Uniform, __osg_Uniform_P1__getUniform, 0);