mirror of https://github.com/CGAL/cgal
fix namespace
This commit is contained in:
parent
827e9fee8e
commit
c9af36ca6a
|
|
@ -32,7 +32,7 @@
|
|||
#include <CGAL/squared_distance_2_1.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
namespace Intersections {
|
||||
namespace internal {
|
||||
|
||||
template <class K>
|
||||
|
|
@ -54,6 +54,7 @@ do_intersect(const typename K::Line_2& l,
|
|||
}
|
||||
|
||||
} // namespace internal
|
||||
} // namespace Intersections
|
||||
|
||||
template <class K>
|
||||
inline
|
||||
|
|
|
|||
Loading…
Reference in New Issue