From d410bbe3b4c4b39b4544f926a06c9c53f7f1e1fe Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 26 Feb 2009 10:55:11 +0000 Subject: [PATCH] Cosmetic: CGAL_NAMESPACE is obsolete, now. No need to confuse editors and IDEs by using it. --- AABB_tree/include/CGAL/AABB_tree/AABB_node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AABB_tree/include/CGAL/AABB_tree/AABB_node.h b/AABB_tree/include/CGAL/AABB_tree/AABB_node.h index a5d01821cf5..0c07fd5396d 100644 --- a/AABB_tree/include/CGAL/AABB_tree/AABB_node.h +++ b/AABB_tree/include/CGAL/AABB_tree/AABB_node.h @@ -34,7 +34,7 @@ #include #include -CGAL_BEGIN_NAMESPACE +namespace CGAL { template class AABB_node @@ -462,7 +462,7 @@ public: }; -CGAL_END_NAMESPACE +} // end namespace CGAL #endif // CGAL_AABB_NODE_H