Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4364)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4365)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.150 2005-06-23 02:10:51 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.151 2005-06-23 03:06:32 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -737,3 +737,4 @@
 \item \code{psMask} changed to \code{psMaskType} (more clear).
 \item Use the \code{region} in \code{psImageTransform} to set the size of the output image (bug 453).
-\end{itemize}
+\item \code{list} in \code{psListIteratorAlloc} is not const (bug 455).
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 4364)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 4365)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.293 2005-06-23 02:10:51 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.294 2005-06-23 03:06:32 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1779,5 +1779,5 @@
 The corresponding constructor shall be:
 \begin{prototype}
-psListIterator *psListIteratorAlloc(const psList *list, long location, bool mutable);
+psListIterator *psListIteratorAlloc(psList *list, long location, bool mutable);
 \end{prototype}
 Here, \code{list} is the \code{psList} on which the iterator will
