mirror of https://github.com/CGAL/cgal
Fix Algebraic_kernel_d
This commit is contained in:
parent
5c4e0a3392
commit
4ce4b6a89b
|
|
@ -505,11 +505,12 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
//! \brief Copy constructor
|
//! \brief Copy constructor
|
||||||
|
#ifdef DOXYGEN_RUNNING
|
||||||
Curve_analysis_2(const Self& alg_curve)
|
Curve_analysis_2(const Self& alg_curve)
|
||||||
: Base(static_cast<const Base&>(alg_curve))
|
: Base(static_cast<const Base&>(alg_curve))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
//!@}
|
//!@}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue