Skip to content

Commit

Permalink
Merge pull request #91 from arntanguy/fix-warning
Browse files Browse the repository at this point in the history
Fix -Wredeclared-class-member warnings
  • Loading branch information
ahornung committed Oct 15, 2015
2 parents 7a8ec2a + e522cd6 commit 129fa0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions octomap/include/octomap/OcTreeBaseImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,6 @@ namespace octomap {
/// Pruning the tree first produces smaller files (lossless compression)
std::ostream& writeData(std::ostream &s) const;

class leaf_iterator;
class tree_iterator;
class leaf_bbx_iterator;
typedef leaf_iterator iterator;

/// @return beginning of the tree as leaf iterator
Expand Down

0 comments on commit 129fa0c

Please sign in to comment.