We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28940b9 commit 2e0a4e7Copy full SHA for 2e0a4e7
octree/include/pcl/octree/octree_iterator.h
@@ -511,7 +511,7 @@ namespace pcl
511
: OctreeIteratorBase<OctreeT> (other)
512
, FIFO_ (other.FIFO_)
513
{
514
- this->current_state_ = FIFO_.size()? &FIFO_.front () : NULL;
+ this->current_state_ = FIFO_.size ()? &FIFO_.front () : NULL;
515
}
516
517
/** \brief Copy operator.
test/octree/CMakeLists.txt
@@ -13,5 +13,5 @@ if (build)
13
LINK_WITH pcl_gtest pcl_common)
14
PCL_ADD_TEST(a_octree_iterator_test test_octree_iterator
15
FILES test_octree_iterator.cpp
16
- LINK_WITH pcl_gtest pcl_octree)
+ LINK_WITH pcl_gtest pcl_common pcl_octree)
17
endif (build)
0 commit comments