diff --git a/simgear/scene/model/SGPagedLOD.hxx b/simgear/scene/model/SGPagedLOD.hxx index 029d3009..40e59ae7 100644 --- a/simgear/scene/model/SGPagedLOD.hxx +++ b/simgear/scene/model/SGPagedLOD.hxx @@ -36,7 +36,7 @@ public: SGPagedLOD(const SGPagedLOD&,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY); - META_Node(osg, SGPagedLOD); + META_Node(simgear, SGPagedLOD); // virtual void traverse(osg::NodeVisitor& nv); virtual void forceLoad(osgDB::DatabasePager* dbp);