#479 closed defect (fixed)
psImageInterpolateMode
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
s6.6.3 p70 has a mistype-
ie.
typedef enum{
...
} psImageInterpolateMode mode;
No reason for an instance to be created here. 'mode' should be removed
Note:
See TracTickets
for help on using tickets.

Fixed:
typedef enum {
} psImageInterpolateMode;