diff --git a/SearchStructures/include/CGAL/Range_tree_d.h b/SearchStructures/include/CGAL/Range_tree_d.h index ca85542d834..a7b731b2c4e 100644 --- a/SearchStructures/include/CGAL/Range_tree_d.h +++ b/SearchStructures/include/CGAL/Range_tree_d.h @@ -399,10 +399,10 @@ public: if (v!=0) delete_tree(v); - if (header!=0) - delete header; - if (sublayer_tree!=0) - delete sublayer_tree; + if (header!=0) + delete header; + if (sublayer_tree!=0) + delete sublayer_tree; }