summaryrefslogtreecommitdiffstats
path: root/src/trace/siox.h
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-03-28 08:43:49 +0000
committerrwst <rwst@users.sourceforge.net>2006-03-28 08:43:49 +0000
commitecade0963967e2bf314b6f26fa31b112aaf9c633 (patch)
treed24b12f23f1589867529dfa34015841f0957729e /src/trace/siox.h
parenttry to fix g++ 4.1 compile errors (diff)
downloadinkscape-ecade0963967e2bf314b6f26fa31b112aaf9c633.tar.gz
inkscape-ecade0963967e2bf314b6f26fa31b112aaf9c633.zip
more g++ 4.1 fixes (by inkblotter)
(bzr r318)
Diffstat (limited to 'src/trace/siox.h')
-rw-r--r--src/trace/siox.h4
1 files changed, 2 insertions, 2 deletions
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);
/**