Skip to content

Commit 947bab6

Browse files
frozarfrozar
authored andcommitted
[OCTREE] Attempt a bugfix.
1 parent 1d5dc30 commit 947bab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

octree/include/pcl/octree/octree_iterator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ namespace pcl
536536
public:
537537

538538
// public typedefs
539-
using OctreeBreadthFirstIterator<OctreeT>::BranchNode;
540-
using OctreeBreadthFirstIterator<OctreeT>::LeafNode;
539+
using typename OctreeBreadthFirstIterator<OctreeT>::BranchNode;
540+
using typename OctreeBreadthFirstIterator<OctreeT>::LeafNode;
541541

542542
/** \brief Empty constructor.
543543
* \param[in] depth_arg Depth level during traversal

0 commit comments

Comments
 (0)