]> git.mxchange.org Git - simgear.git/commitdiff
bvh: Make BVHPageNode::_Request fields private.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Tue, 25 Sep 2012 18:03:04 +0000 (20:03 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Thu, 27 Sep 2012 16:21:13 +0000 (18:21 +0200)
simgear/scene/model/BVHPageNodeOSG.cxx

index b68f56e10b428e2191a5056273d72712018dd6c9..412fedd57264ee2691762e3e8780b64f1e61be3b 100644 (file)
@@ -591,6 +591,7 @@ public:
         return _pageNode.get();
     }
 
+private:
     SGSharedPtr<BVHPageNodeOSG> _pageNode;
     std::vector<SGSharedPtr<BVHNode> > _nodeVector;
 };