Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 797)
+++ trunk/psLib/src/math/psStats.h	(revision 889)
@@ -81,5 +81,5 @@
 typedef struct
 {
-    const psVector *restrict bounds; ///< Bounds for the bins (type F32)
+    psVector *bounds;                ///< Bounds for the bins (type F32)
     psVector *nums;                  ///< Number in each of the bins (INT)
     int minNum;                      ///< Number below the minimum
@@ -102,5 +102,5 @@
 
 /** Destructor \ingroup MathGroup **/
-void psHistogramFree(psHistogram *restrict myHist);          ///< Histogram to destroy
+void psHistogramFree(psHistogram *myHist);          ///< Histogram to destroy
 
 
