Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-07 21:07:30 +00:00
parent 5a8ec8f470
commit 6bc1a940c9
2 changed files with 6 additions and 1 deletions

View File

@@ -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,

View File

@@ -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