make protected

This commit is contained in:
Eric Berberich 2007-12-18 13:50:52 +00:00
parent 2a905c5c61
commit 4a7b28b69c
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ std::ostream& operator<< (std::ostream&,
template <class CurvedKernelViaAnalysis_2>
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<Curved_kernel_via_analysis_2> Arc_2_rep;
//!@}
public:
//!\name public constructors
//!@{