https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008/milena
Index: ChangeLog
from Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
Fix level fill.
* mln/level/fill.hh: Fix missing exact.
fill.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: mln/level/fill.hh
--- mln/level/fill.hh (revision 2235)
+++ mln/level/fill.hh (working copy)
@@ -82,7 +82,7 @@
template <typename I, typename D>
void fill_dispatch(Image<I>& ima, const D& data)
{
- fill_dispatch_overload(ima, exact(data));
+ fill_dispatch_overload(exact(ima), exact(data));
}
// dispatch_overload