Skip to content

Commit faad642

Browse files
committed
Fixed META_ macro usage
1 parent 9147d30 commit faad642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/osgWidget/Widget

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public:
7575
Widget (const std::string& = "", point_type = 0.0f, point_type = 0.0f);
7676
Widget (const Widget&, const osg::CopyOp&);
7777

78-
META_Object (osgWidget, Widget);
78+
META_Node (osgWidget, Widget);
7979

8080
virtual ~Widget() {
8181
}

0 commit comments

Comments
 (0)