mirror of https://github.com/CGAL/cgal
Added missing return statement
This commit is contained in:
parent
a00c7ae050
commit
12e992a5f5
|
|
@ -378,6 +378,7 @@ public:
|
|||
it++;
|
||||
}
|
||||
}
|
||||
return oi;
|
||||
}
|
||||
|
||||
/*! \fn bool all_is_covered_twice()
|
||||
|
|
|
|||
Loading…
Reference in New Issue