Updated wrappers

This commit is contained in:
Robert Osfield
2007-07-14 17:16:09 +00:00
parent 1f0edca631
commit 06ad036da1
2 changed files with 20 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::BarrierOperation)
I_DeclaringFile("osg/GraphicsThread");
I_BaseType(osg::GraphicsOperation);
I_BaseType(osg::Operation);
I_BaseType(OpenThreads::Barrier);
I_ConstructorWithDefaults2(IN, int, numThreads, , IN, osg::BarrierOperation::PreBlockOp, op, osg::BarrierOperation::NO_OPERATION,
____BarrierOperation__int__PreBlockOp,