mirror of https://github.com/CGAL/cgal
Fix last change.
This commit is contained in:
parent
880ea67014
commit
e8c2fd66d3
|
|
@ -94,7 +94,7 @@ struct NT_converter < Interval_nt<b>, Interval_nt<b> >
|
|||
: public std::unary_function< Interval_nt<b>, Interval_nt<b> >
|
||||
{
|
||||
const Interval_nt<b> &
|
||||
operator()(const NT1 &a) const
|
||||
operator()(const Interval_nt<b> &a) const
|
||||
{
|
||||
return a;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue