Ticket #59 (closed defect: fixed)
Don't use void* for opaque handles in C API
| Reported by: | hobu | Owned by: | hobu |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | General | Version: | svn-trunk |
| Keywords: | Cc: | ||
| LAS Format Version: | Not Applicable |
Description
The use of void* for the opaque handles means that a user can pass mismatched handles into functions. Instead we should use a pointer to a struct so the type safety of the compiler can save us.
Change History
Note: See
TracTickets for help on using
tickets.
