Tweaks to facilitate osgWrapper build

This commit is contained in:
Robert Osfield
2008-09-17 14:21:47 +00:00
parent 7ec5632bcc
commit 5c5ab84420
10 changed files with 13 additions and 26 deletions

View File

@@ -30,7 +30,6 @@ class OSGWIDGET_EXPORT Box: public Window
};
META_Object (osgWidget, Box);
META_UIObject (Box);
Box (const std::string& = "", BOX_TYPE = HORIZONTAL, bool = false);
Box (const Box&, const osg::CopyOp&);