bvh: Make BVHPageNode::_Request fields private.

This commit is contained in:
Mathias Froehlich
2012-09-25 20:03:04 +02:00
parent 700b0bc776
commit cafbf860be

View File

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