Index: trunk/psLib/src/imageops/psImageMapFit.h
===================================================================
--- trunk/psLib/src/imageops/psImageMapFit.h	(revision 15841)
+++ trunk/psLib/src/imageops/psImageMapFit.h	(revision 21183)
@@ -10,5 +10,5 @@
 bool psImageMapFit(psImageMap *map,
                    const psVector *mask,
-                   psMaskType maskValue,
+                   psVectorMaskType maskValue, // 
                    const psVector *x,
                    const psVector *y,
@@ -21,5 +21,5 @@
                        psStats *stats,
                        psVector *mask,  // WARNING: Mask is modified!
-                       psMaskType maskValue,
+                       psVectorMaskType maskValue,
                        const psVector *x,
                        const psVector *y,
@@ -30,5 +30,5 @@
 bool psImageMapFit1DinY(psImageMap *map,
                         const psVector *mask,
-                        psMaskType maskValue,
+                        psVectorMaskType maskValue,
                         const psVector *x,
                         const psVector *y,
@@ -39,5 +39,5 @@
 bool psImageMapFit1DinX(psImageMap *map,
                         const psVector *mask,
-                        psMaskType maskValue,
+                        psVectorMaskType maskValue,
                         const psVector *x,
                         const psVector *y,
