IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2005, 5:06:32 PM (21 years ago)
Author:
Paul Price
Message:

Removed const from psListIteratorAlloc parameter list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r4362 r4365  
    1 %%% $Id: psLibSDRS.tex,v 1.293 2005-06-23 02:10:51 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.294 2005-06-23 03:06:32 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    17791779The corresponding constructor shall be:
    17801780\begin{prototype}
    1781 psListIterator *psListIteratorAlloc(const psList *list, long location, bool mutable);
     1781psListIterator *psListIteratorAlloc(psList *list, long location, bool mutable);
    17821782\end{prototype}
    17831783Here, \code{list} is the \code{psList} on which the iterator will
Note: See TracChangeset for help on using the changeset viewer.