Corrected small clang typename issues
This commit is contained in:
parent
28e1d4e21a
commit
d520fe2f0e
|
@ -464,7 +464,7 @@ OBJECT_RETRIEVER:
|
|||
std::vector< Neighbour > neighbors;
|
||||
|
||||
IncrementMark();
|
||||
ContainedLeaves(query_bb, leaves, TemplatedOctree::Root(), TemplatedOctree::boundingBox);
|
||||
TemplatedOctree::ContainedLeaves(query_bb, leaves, TemplatedOctree::Root(), TemplatedOctree::boundingBox);
|
||||
|
||||
int leaves_count = int(leaves.size());
|
||||
if (leaves_count==0)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue