4222: preprocessing/unskew.hh: Fix an ambiguity.

--- scribo/ChangeLog | 4 ++++ scribo/preprocessing/unskew.hh | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 6f2d735..71d982b 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2009-06-39 Guillaume Lazzara <lazzara@lrde.epita.fr> + * preprocessing/unskew.hh: Fix an ambiguity. + +2009-06-39 Guillaume Lazzara <lazzara@lrde.epita.fr> + Update calls to geom::rotate. * src/preprocess.cc, diff --git a/scribo/preprocessing/unskew.hh b/scribo/preprocessing/unskew.hh index ae31a07..3b90d8a 100644 --- a/scribo/preprocessing/unskew.hh +++ b/scribo/preprocessing/unskew.hh @@ -103,7 +103,7 @@ namespace scribo mln_concrete(I) output = geom::rotate(input, angle); trace::exiting("scribo::preprocessing::unskew"); - return make::couple(output, angle); + return mln::make::couple(output, angle); } # endif // ! MLN_INCLUDE_ONLY -- 1.5.6.5
participants (1)
-
Guillaume Lazzara