Renamed include guard

This commit is contained in:
Mael Rouxel-Labbé 2018-06-13 15:36:35 +02:00
parent 26c857a431
commit 1cfb9e48ed
1 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@
//
// Author(s) : Andreas Fabri
#ifndef CGAL_UNARY_FUNCTION_H
#define CGAL_UNARY_FUNCTION_H
#ifndef CGAL_FUNCTIONAL_H
#define CGAL_FUNCTIONAL_H
namespace CGAL {
@ -51,4 +51,4 @@ namespace cpp98 {
} // namespace CGAL
#endif // CGAL_UNARY_FUNCTION_H
#endif // CGAL_FUNCTIONAL_H