]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/CheckSceneryVisitor.hxx
Merge branch 'jmt/waypt' into next
[simgear.git] / simgear / scene / model / CheckSceneryVisitor.hxx
index c89fc18bcba94f0fd634e2d476aba65827380289..e3e5109f62369b3f40e9b03ee307f547488e504d 100644 (file)
@@ -38,7 +38,7 @@ class SGPagedLOD;
 class CheckSceneryVisitor : public osg::NodeVisitor
 {
 public:
-    CheckSceneryVisitor(osgDB::DatabasePager* dbp, osg::Vec3 &position, double range);
+    CheckSceneryVisitor(osgDB::DatabasePager* dbp, const osg::Vec3 &position, double range);
 
     virtual void apply(osg::Node& node);
     virtual void apply(osg::PagedLOD& node);