Ticket #2874 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Invalid inheritance in SWIG definition of GDALColorTableShadow and GDALRasterAttributeTableShadow

Reported by: rouault Owned by: rouault
Priority: normal Milestone: 1.6.1
Component: SWIG (all bindings) Version: unspecified
Severity: normal Keywords:
Cc:

Description

Currently those 2 objects are declared as inheriting from GDALMajorObjectShadow. But their C++ don't. So we get crashes when calling methods like GetDescription?().

Change History

Changed 4 years ago by rouault

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

Fixed in trunk in r16504 and in branches/1.6 in r16505

Note: See TracTickets for help on using tickets.