mirror of https://github.com/CGAL/cgal
Added missing "override"
This commit is contained in:
parent
6b90164b55
commit
74c89a16b9
|
|
@ -404,7 +404,7 @@ public:
|
|||
* \param h A circulator representing the boundary of the merged component.
|
||||
*/
|
||||
virtual void after_merge_outer_ccb(Face_handle /* f */,
|
||||
Ccb_halfedge_circulator /* h */)
|
||||
Ccb_halfedge_circulator /* h */) override
|
||||
{ compare_results("after_merge_outer_ccb"); }
|
||||
|
||||
/*! Notification before the merging of two inner CCBs (holes).
|
||||
|
|
|
|||
Loading…
Reference in New Issue