Updated wrappers

This commit is contained in:
Robert Osfield 2008-09-01 14:05:40 +00:00
parent 13878d9a2e
commit d10d0137b9

View File

@ -924,8 +924,8 @@ BEGIN_VALUE_REFLECTOR(osgWidget::Window::Sizes)
____Sizes__point_type__point_type,
"",
"");
I_PublicMemberProperty(osgWidget::point_type, cur);
I_PublicMemberProperty(osgWidget::point_type, min);
I_PublicMemberProperty(osgWidget::point_type, current);
I_PublicMemberProperty(osgWidget::point_type, minimum);
END_REFLECTOR
TYPE_NAME_ALIAS(osgWidget::Window::WindowList, osgWidget::WindowList)