#455 closed defect (fixed)
psListIteratorAlloc shouldn't have a const for the list parameter.
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psListIteratorAlloc really shouldn't have the list parameter be const 'cause
part of the behaviour of psListIteratorAlloc is to add the newly created
iterator to the psList object's list of iterators, hence, the input list object
is technically not constant.
Note:
See TracTickets
for help on using tickets.

Agreed. Changed the SDRS.