mirror of https://github.com/CGAL/cgal
Fix Algebraic_kernel_d
This commit is contained in:
parent
8e4a74d3c4
commit
04eea7f742
|
|
@ -446,11 +446,12 @@ public:
|
|||
};
|
||||
|
||||
//! \brief Copy constructor
|
||||
#ifdef DOXYGEN_RUNNING
|
||||
Curve_pair_analysis_2(const Self& alg_curve_pair)
|
||||
: Base(static_cast<const Base&>(alg_curve_pair))
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
// Assignable
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue