diff --git a/Visibility_2/include/CGAL/Simple_visibility_2.h b/Visibility_2/include/CGAL/Simple_visibility_2.h index d7e6d917299..8152acc07a7 100644 --- a/Visibility_2/include/CGAL/Simple_visibility_2.h +++ b/Visibility_2/include/CGAL/Simple_visibility_2.h @@ -31,7 +31,7 @@ namespace CGAL { namespace Visibility_2 { -template +template class Simple_visibility_2 { public: @@ -39,6 +39,7 @@ public: // Currently only consider with same type for both typedef Arrangement_2 Input_arrangement_2; typedef Arrangement_2 Output_arrangement_2; + typedef RegularizationTag Regularization_tag; typedef typename Arrangement_2::Halfedge_const_handle Halfedge_const_handle; typedef typename Arrangement_2::Halfedge_handle Halfedge_handle; @@ -788,4 +789,4 @@ private: } // namespace Visibility_2 } // namespace CGAL -#endif \ No newline at end of file +#endif