Ticket #59 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

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

Changed 13 months ago by hobu

  • status changed from new to closed
  • resolution set to fixed

Fixed in r783

Note: See TracTickets for help on using tickets.