* text/clean.hh (scribo::text::clean): Help g++ 3.3 type-check a
pointer on template function.
---
scribo/ChangeLog | 7 +++++++
scribo/text/clean.hh | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 58b564f..ef877c8 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-27 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Help g++ 3.3 compile Scribo code.
+
+ * text/clean.hh (scribo::text::clean): Help g++ 3.3 type-check a
+ pointer on template function.
+
2010-04-26 Roland Levillain <roland(a)lrde.epita.fr>
Clean Scribo's tests' outputs.
diff --git a/scribo/text/clean.hh b/scribo/text/clean.hh
index cd8657e..b1ea088 100644
--- a/scribo/text/clean.hh
+++ b/scribo/text/clean.hh
@@ -129,7 +129,7 @@ namespace scribo
// Skeleton
I skel_on_gaussian =
morpho::skeleton_constrained(input_large, c8(),
- topo::skeleton::is_simple_point<I,neighb2d>,
+
&topo::skeleton::is_simple_point<I,neighb2d>,
extend(K, false), arith::revert(blur));
// Dilation
--
1.5.6.5