mirror of https://github.com/CGAL/cgal
Fix QP_solver
This commit is contained in:
parent
a77988e149
commit
d0b8fc5408
|
|
@ -315,6 +315,7 @@ public:
|
|||
{}
|
||||
|
||||
Quadratic_program_solution(const Quadratic_program_solution& rhs)
|
||||
: Handle_for<const QP_solver_base<ET>*>(), et0(0)
|
||||
{
|
||||
*this = rhs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue