From 5d51e5bf2acf659708f1da0a2f898fdbdcc3cd0d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 18 Feb 2021 16:13:50 +0000 Subject: [PATCH] Fixed META_ macro usage --- include/osgWidget/Widget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgWidget/Widget b/include/osgWidget/Widget index 5c2d3d962..6d9ac2054 100644 --- a/include/osgWidget/Widget +++ b/include/osgWidget/Widget @@ -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() { }