Added missing "override"

This commit is contained in:
Efi Fogel 2023-12-27 23:34:49 +02:00
parent 6b90164b55
commit 74c89a16b9
1 changed files with 1 additions and 1 deletions

View File

@ -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).