Update wrappers for 2.6.1.

This commit is contained in:
Paul MARTZ
2008-09-26 14:33:31 +00:00
parent a0959c5fa4
commit 2167f34d50
174 changed files with 8171 additions and 8271 deletions

View File

@@ -47,7 +47,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Program)
__osg_Object_P1__cloneType,
"Clone the type of an attribute, with Object* return type. ",
"Must be defined by derived classes. ");
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop,
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, x,
Properties::VIRTUAL,
__osg_Object_P1__clone__C5_osg_CopyOp_R1,
"Clone an attribute, with Object* return type. ",