Skip to content

Commit e522cd6

Browse files
committed
Fix -Wredeclared-class-member warnings
1 parent 7a8ec2a commit e522cd6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

octomap/include/octomap/OcTreeBaseImpl.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,6 @@ namespace octomap {
259259
/// Pruning the tree first produces smaller files (lossless compression)
260260
std::ostream& writeData(std::ostream &s) const;
261261

262-
class leaf_iterator;
263-
class tree_iterator;
264-
class leaf_bbx_iterator;
265262
typedef leaf_iterator iterator;
266263

267264
/// @return beginning of the tree as leaf iterator

0 commit comments

Comments
 (0)