Merge pull request #4374 from maxGimeno/4_14_Fixes-maxGimeno

Surface_sweep_2 Fix c++11 call
This commit is contained in:
Laurent Rineau 2019-12-05 11:01:08 +01:00
commit 4b7a97c702
1 changed files with 1 additions and 1 deletions

View File

@ -904,7 +904,7 @@ _create_overlapping_curve(const X_monotone_curve_2& overlap_cv,
// Get the left end of overlap_cv.
Event* left_event;
if (event_on_overlap!=nullptr)
if (event_on_overlap!=NULL)
{
CGAL_SS_PRINT_EVENT_INFO(event_on_overlap);
CGAL_SS_PRINT_EOL();