Index: OpenSceneGraph/trunk/src/osgWrappers/osg/State.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgWrappers/osg/State.cpp (revision 9449)
+++ OpenSceneGraph/trunk/src/osgWrappers/osg/State.cpp (revision 9549)
@@ -44,4 +44,5 @@
 	I_DeclaringFile("osg/State");
 	I_BaseType(osg::Referenced);
+	I_BaseType(osg::Observer);
 	I_Constructor0(____State,
 	               "",
@@ -716,4 +717,9 @@
 	          __void__initializeExtensionProcs,
 	          "Initialize extension used by osg:State. ",
+	          "");
+	I_Method1(void, objectDeleted, IN, void *, object,
+	          Properties::VIRTUAL,
+	          __void__objectDeleted__void_P1,
+	          "",
 	          "");
 
