#490 closed defect (fixed)
psMetadataItem struct
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psMetadataItem has changed to use a 'const union {}'
swig doesn't like this. I can make each individual member constant or keep it
the same (no const's), but it appears that this is a documented flaw in swig.
please advise.
also, the SDRS differs from the api-delta report. the api-delta report specs
were used as they appear to be 'more' correct.
Note:
See TracTickets
for help on using tickets.

No idea where the "const union {}" came from. I'm not sure we want values to be
constant anyway, so I removed the "const".
The api-delta report is generated from the SDRS source file, so it should be
more up-to-date.