Fixed META_ macro usage

This commit is contained in:
Robert Osfield 2021-02-18 16:13:50 +00:00
parent 159c0271b7
commit 5d51e5bf2a

View File

@ -75,7 +75,7 @@ public:
Widget (const std::string& = "", point_type = 0.0f, point_type = 0.0f);
Widget (const Widget&, const osg::CopyOp&);
META_Object (osgWidget, Widget);
META_Node (osgWidget, Widget);
virtual ~Widget() {
}