Index: trunk/psLib/src/sysUtils/psError.h
===================================================================
--- trunk/psLib/src/sysUtils/psError.h	(revision 1783)
+++ trunk/psLib/src/sysUtils/psError.h	(revision 1807)
@@ -12,6 +12,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-10 23:20:35 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-14 20:01:52 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -50,5 +50,5 @@
  *  @return    Error message object at 'which'
  */
-const psErr* psErrorGet(
+psErr* psErrorGet(
     int which                          ///< position in the error stack. 0 is last error on stack.
 );
@@ -61,5 +61,5 @@
  *  @return psErr*     Reference to last error message on error stack
  */
-const psErr* psErrorLast(void);
+psErr* psErrorLast(void);
 
 /** Clears the error stack.
