Fix Algebraic_kernel_d

This commit is contained in:
Andreas Fabri 2019-01-31 14:12:22 +01:00
parent 5c4e0a3392
commit 4ce4b6a89b
1 changed files with 2 additions and 1 deletions

View File

@ -505,11 +505,12 @@ public:
}
//! \brief Copy constructor
#ifdef DOXYGEN_RUNNING
Curve_analysis_2(const Self& alg_curve)
: Base(static_cast<const Base&>(alg_curve))
{
}
#endif
//!@}