From e522cd6e99f4f68aab56c01afa23af88f397b9ed Mon Sep 17 00:00:00 2001 From: Arnaud TANGUY Date: Thu, 15 Oct 2015 17:02:34 +0900 Subject: [PATCH] Fix -Wredeclared-class-member warnings --- octomap/include/octomap/OcTreeBaseImpl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/octomap/include/octomap/OcTreeBaseImpl.h b/octomap/include/octomap/OcTreeBaseImpl.h index 81d27ba5..d825e12e 100644 --- a/octomap/include/octomap/OcTreeBaseImpl.h +++ b/octomap/include/octomap/OcTreeBaseImpl.h @@ -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