Fix protect macro name, it was clashing with another file.

This commit is contained in:
Sylvain Pion 2008-01-14 21:31:05 +00:00
parent 6ff6fae273
commit 8ebd675cf9
1 changed files with 2 additions and 2 deletions

View File

@ -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 <CGAL/Point_traits.h>
#include <boost/static_assert.hpp>