diff --git a/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h b/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h index 7995682f54e..09fb0c0c7f7 100755 --- a/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h +++ b/Curved_kernel_via_analysis_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h @@ -47,6 +47,7 @@ std::ostream& operator<< (std::ostream&, template class Point_2_rep { +protected: // this instance's template parameter typedef CurvedKernelViaAnalysis_2 Curved_kernel_via_analysis_2; @@ -168,6 +169,7 @@ public: typedef CGALi::Arc_2_rep Arc_2_rep; //!@} + public: //!\name public constructors //!@{