Index: trunk/psLib/src/math/psPolynomialUtils.h
===================================================================
--- trunk/psLib/src/math/psPolynomialUtils.h	(revision 7380)
+++ trunk/psLib/src/math/psPolynomialUtils.h	(revision 7541)
@@ -29,5 +29,5 @@
 // fit a 2D 2nd order polynomial to the 9 pixels centered on (x,y)
 psPolynomial2D *psImageBicubeFit(const psImage *image, // Image to fit
-                                 long x, long y // Pixels of centre of fit
+                                 int x, int y // Pixels of centre of fit
                                 );
 
