Opened 15 years ago

Closed 15 years ago

#2874 closed defect (fixed)

Invalid inheritance in SWIG definition of GDALColorTableShadow and GDALRasterAttributeTableShadow

Reported by: Even Rouault Owned by: Even 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 (1)

comment:1 by Even Rouault, 15 years ago

Milestone: 1.6.1
Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.