From: fredb Date: Sun, 31 Aug 2008 18:39:49 +0000 (+0000) Subject: Use a more relevant library name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3edcbc3b994156950818f7c99df2076f2bb5a416;p=simgear.git Use a more relevant library name --- 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);