From 8ebd675cf9a52a07d09559d8879c11afdd12c67b Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Mon, 14 Jan 2008 21:31:05 +0000 Subject: [PATCH] Fix protect macro name, it was clashing with another file. --- .../include/CGAL/Weighted_point_with_surface_index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Surface_mesher/include/CGAL/Weighted_point_with_surface_index.h b/Surface_mesher/include/CGAL/Weighted_point_with_surface_index.h index 74c15060f0b..69847b8f899 100644 --- a/Surface_mesher/include/CGAL/Weighted_point_with_surface_index.h +++ b/Surface_mesher/include/CGAL/Weighted_point_with_surface_index.h @@ -17,8 +17,8 @@ // // Author(s) : Laurent RINEAU -#ifndef CGAL_POINT_WITH_SURFACE_INDEX_H -#define CGAL_POINT_WITH_SURFACE_INDEX_H +#ifndef CGAL_WEIGHTED_POINT_WITH_SURFACE_INDEX_H +#define CGAL_WEIGHTED_POINT_WITH_SURFACE_INDEX_H #include #include