mirror of https://github.com/CGAL/cgal
Renamed include guard
This commit is contained in:
parent
26c857a431
commit
1cfb9e48ed
|
|
@ -23,8 +23,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Andreas Fabri
|
// Author(s) : Andreas Fabri
|
||||||
|
|
||||||
#ifndef CGAL_UNARY_FUNCTION_H
|
#ifndef CGAL_FUNCTIONAL_H
|
||||||
#define CGAL_UNARY_FUNCTION_H
|
#define CGAL_FUNCTIONAL_H
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
@ -51,4 +51,4 @@ namespace cpp98 {
|
||||||
|
|
||||||
} // namespace CGAL
|
} // namespace CGAL
|
||||||
|
|
||||||
#endif // CGAL_UNARY_FUNCTION_H
|
#endif // CGAL_FUNCTIONAL_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue