Updated wrappers

This commit is contained in:
Robert Osfield
2006-11-29 14:33:17 +00:00
parent ab7d1ecc42
commit b7b4fd5928
2 changed files with 6 additions and 2 deletions

View File

@@ -26,8 +26,8 @@
TYPE_NAME_ALIAS(std::list< osg::ref_ptr< osgGA::GUIEventHandler > >, osgViewer::View::EventHandlers);
BEGIN_OBJECT_REFLECTOR(osgViewer::View)
I_VirtualBaseType(osg::View);
I_VirtualBaseType(osgViewer::Scene);
I_BaseType(osg::View);
I_BaseType(osgViewer::Scene);
I_Constructor0(____View,
"",
"");