diff --git a/src/osgWrappers/osgGA/StateSetManipulator.cpp b/src/osgWrappers/osgGA/StateSetManipulator.cpp index ab538b1e6..a87a7435c 100644 --- a/src/osgWrappers/osgGA/StateSetManipulator.cpp +++ b/src/osgWrappers/osgGA/StateSetManipulator.cpp @@ -41,17 +41,17 @@ BEGIN_OBJECT_REFLECTOR(osgGA::StateSetManipulator) I_Method1(void, setStateSet, IN, osg::StateSet *, x, Properties::VIRTUAL, __void__setStateSet__osg_StateSet_P1, - "attach a STATESTATE to the manipulator to be used for specifying view. ", + "attach a StateSet to the manipulator to be used for specifying view. ", ""); I_Method0(osg::StateSet *, getStateSet, Properties::VIRTUAL, __osg_StateSet_P1__getStateSet, - "get the attached a STATESTATE. ", + "get the attached a StateSet. ", ""); I_Method0(const osg::StateSet *, getStateSet, Properties::VIRTUAL, __C5_osg_StateSet_P1__getStateSet, - "get the attached a STATESTATE. ", + "get the attached a StateSet. ", ""); I_Method2(bool, handle, IN, const osgGA::GUIEventAdapter &, ea, IN, osgGA::GUIActionAdapter &, us, Properties::VIRTUAL, diff --git a/src/osgWrappers/osgViewer/ViewerEventHandlers.cpp b/src/osgWrappers/osgViewer/ViewerEventHandlers.cpp index 4ee67d665..1b836f3b5 100644 --- a/src/osgWrappers/osgViewer/ViewerEventHandlers.cpp +++ b/src/osgWrappers/osgViewer/ViewerEventHandlers.cpp @@ -217,9 +217,8 @@ END_REFLECTOR BEGIN_OBJECT_REFLECTOR(osgViewer::RecordCameraPathHandler) I_DeclaringFile("osgViewer/ViewerEventHandlers"); I_BaseType(osgGA::GUIEventHandler); - I_ConstructorWithDefaults1(IN, const std::string &, filename, "saved_animation.path", - Properties::NON_EXPLICIT, - ____RecordCameraPathHandler__C5_std_string_R1, + I_ConstructorWithDefaults2(IN, const std::string &, filename, "saved_animation.path", IN, float, fps, 25.0f, + ____RecordCameraPathHandler__C5_std_string_R1__float, "", ""); I_Method1(void, setKeyEventToggleRecord, IN, int, key,