Use CGAL_USE in Visibility_2 too

This commit is contained in:
Andreas Fabri 2016-01-20 12:19:07 +01:00
parent 6e1a97858f
commit b06cdea579
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
#include <CGAL/Arr_observer.h>
#include <CGAL/assertions.h>
#include <CGAL/use.h>
namespace CGAL {
@ -217,6 +218,7 @@ public:
out_arr.clear();
needles.clear();
CGAL_USE(face);
CGAL_assertion(!face->is_unbounded());