Replace a nullptr by NULL

This commit is contained in:
Maxime Gimeno 2019-11-25 16:09:00 +01:00
parent 19efe6e568
commit e5df49fa54
1 changed files with 1 additions and 1 deletions

View File

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