From ecade0963967e2bf314b6f26fa31b112aaf9c633 Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Tue, 28 Mar 2006 08:43:49 +0000 Subject: more g++ 4.1 fixes (by inkblotter) (bzr r318) --- src/trace/siox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/trace') diff --git a/src/trace/siox.h b/src/trace/siox.h index cfb7ea19c..4020fe343 100644 --- a/src/trace/siox.h +++ b/src/trace/siox.h @@ -274,7 +274,7 @@ public: * * @see #segmentate */ - void SioxSegmentator::subpixelRefine(int x, int y, int brushmode, + void subpixelRefine(int x, int y, int brushmode, float threshold, float *cf, int brushsize); /** @@ -302,7 +302,7 @@ public: * * @see #segmentate */ - bool SioxSegmentator::subpixelRefine(int xa, int ya, int dx, int dy, + bool subpixelRefine(int xa, int ya, int dx, int dy, int brushmode, float threshold, float *cf); /** -- cgit v1.2.3