Linux compile fix

This commit is contained in:
Jacob Støren 2013-12-04 14:37:54 +01:00
parent 32da41faee
commit c7a4b48224

View File

@ -41,6 +41,7 @@
#include "cvfBase.h"
#include "cvfObject.h"
#include "cvfBoundingBox.h"
#include <cmath>
namespace cvf {
@ -217,7 +218,7 @@ namespace cvf {
BoundingBoxTreeImpl() {}
private:
friend BoundingBoxTree;
friend class BoundingBoxTree;
bool createLeaves();
void findIntersections(const cvf::BoundingBox& bb, std::vector<size_t>& bbIds) const;