From 4a7b28b69c41d6e5b00a312633e033d73cc69f44 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Tue, 18 Dec 2007 13:50:52 +0000 Subject: [PATCH] make protected --- .../include/CGAL/Curved_kernel_via_analysis_2/Point_2.h | 2 ++ 1 file changed, 2 insertions(+) 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 //!@{