From 3edcbc3b994156950818f7c99df2076f2bb5a416 Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 31 Aug 2008 18:39:49 +0000 Subject: [PATCH] Use a more relevant library name --- simgear/scene/model/SGPagedLOD.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2