From ef2498f3d1d859a5599e1b94254fe24bc5b79869 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 30 Sep 2006 20:05:56 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgGA/SimpleViewer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgWrappers/osgGA/SimpleViewer.cpp b/src/osgWrappers/osgGA/SimpleViewer.cpp index 6b630b793..4a5e9ed54 100644 --- a/src/osgWrappers/osgGA/SimpleViewer.cpp +++ b/src/osgWrappers/osgGA/SimpleViewer.cpp @@ -31,6 +31,7 @@ TYPE_NAME_ALIAS(std::list< osg::ref_ptr< osgGA::GUIEventHandler > >, osgGA::Simp BEGIN_OBJECT_REFLECTOR(osgGA::SimpleViewer) I_BaseType(osgGA::GUIActionAdapter); + I_BaseType(osg::Referenced); I_Constructor0(); I_Method1(void, setSceneData, IN, osg::Node *, node); I_Method0(osg::Node *, getSceneData);