Index: trunk/psLib/src/math/psRegionForImage.h
===================================================================
--- trunk/psLib/src/math/psRegionForImage.h	(revision 11248)
+++ trunk/psLib/src/math/psRegionForImage.h	(revision 19151)
@@ -2,6 +2,6 @@
  * @brief regions definitions based on images
  *
- * $Revision: 1.3 $ $Name: not supported by cvs2svn $
- * $Date: 2007-01-23 22:47:23 $
+ * $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ * $Date: 2008-08-21 21:56:55 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -28,6 +28,6 @@
  */
 psRegion psRegionForImage(
-    psImage *image,                    ///< the image for which the region is to be set
-    psRegion in                        ///< the image region limits
+    const psImage *image,               ///< the image for which the region is to be set
+    psRegion in                         ///< the image region limits
 );
 
