Fix Algebraic_kernel_d

This commit is contained in:
Andreas Fabri 2019-01-31 13:57:09 +01:00
parent 8e4a74d3c4
commit 04eea7f742
1 changed files with 2 additions and 1 deletions

View File

@ -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
/*!