
8 Jul
2009
8 Jul
'09
4:13 p.m.
https://svn.lrde.epita.fr/svn/oln/trunk/scribo Index: ChangeLog from Thierry Geraud <thierry.geraud@lrde.epita.fr> Bug fix. * filter/thick_objects.hh: Fix. thick_objects.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: filter/thick_objects.hh --- filter/thick_objects.hh (revision 4257) +++ filter/thick_objects.hh (working copy) @@ -166,7 +166,7 @@ { trace::entering("scribo::filter::thick_objects"); - mln_precondition(text.is_valid()); + mln_precondition(objects.is_valid()); typedef internal::thick_object_filter<L> func_t; func_t is_not_too_thick(objects, max_thickness);