diff --git a/src/osgWrappers/osgDB/Registry.cpp b/src/osgWrappers/osgDB/Registry.cpp index 352640bf3..f9f432587 100644 --- a/src/osgWrappers/osgDB/Registry.cpp +++ b/src/osgWrappers/osgDB/Registry.cpp @@ -480,6 +480,12 @@ BEGIN_OBJECT_REFLECTOR(osgDB::Registry) + I_ProtectedMethod0(void, destruct, + Properties::NON_VIRTUAL, + Properties::NON_CONST, + __void__destruct, + "", + ""); I_ProtectedMethod1(osgDB::ReaderWriter::ReadResult, read, IN, const osgDB::Registry::ReadFunctor &, readFunctor, Properties::NON_VIRTUAL, Properties::NON_CONST, diff --git a/src/osgWrappers/osgViewer/ViewerEventHandlers.cpp b/src/osgWrappers/osgViewer/ViewerEventHandlers.cpp index b9dca97ea..70f8de53e 100644 --- a/src/osgWrappers/osgViewer/ViewerEventHandlers.cpp +++ b/src/osgWrappers/osgViewer/ViewerEventHandlers.cpp @@ -125,7 +125,6 @@ BEGIN_ENUM_REFLECTOR(osgViewer::StatsHandler::StatsType) I_EnumLabel(osgViewer::StatsHandler::NO_STATS); I_EnumLabel(osgViewer::StatsHandler::FRAME_RATE); I_EnumLabel(osgViewer::StatsHandler::VIEWER_STATS); - I_EnumLabel(osgViewer::StatsHandler::SCENE_STATS); I_EnumLabel(osgViewer::StatsHandler::LAST); END_REFLECTOR