summaryrefslogtreecommitdiff
path: root/octree/include/pcl/octree/octree_pointcloud_changedetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'octree/include/pcl/octree/octree_pointcloud_changedetector.h')
-rw-r--r--octree/include/pcl/octree/octree_pointcloud_changedetector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/octree/include/pcl/octree/octree_pointcloud_changedetector.h b/octree/include/pcl/octree/octree_pointcloud_changedetector.h
index d64cd9ef..cdacc074 100644
--- a/octree/include/pcl/octree/octree_pointcloud_changedetector.h
+++ b/octree/include/pcl/octree/octree_pointcloud_changedetector.h
@@ -98,7 +98,7 @@ namespace pcl
for (it=leaf_containers.begin(); it!=it_end; ++it)
{
- if ((*it)->getSize()>=minPointsPerLeaf_arg)
+ if (static_cast<int> ((*it)->getSize ()) >= minPointsPerLeaf_arg)
(*it)->getPointIndices(indicesVector_arg);
}