Fix last change.

This commit is contained in:
Sylvain Pion 2009-06-13 19:46:56 +00:00
parent 880ea67014
commit e8c2fd66d3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}