Opened 17 years ago

Last modified 17 years ago

#1522 closed defect (fixed)

class ERSHdrNode has no member named FindElem

Reported by: Mateusz Łoskot Owned by: warmerdam
Priority: highest Milestone:
Component: GDAL_Raster Version: unspecified
Severity: blocker Keywords:
Cc:

Description

The ERS format has been broken by yesterday changes submitted in r10981:

http://trac.osgeo.org/gdal/changeset/10981

The ERS does not compile [1] due to the fact the ERSDataset::Open() uses ERSHdrNode::FindElem() member function, but the ERSHdrNode class does not define any function named as FindElem().

[1] http://buildbot.osgeo.org:8500/telascience-full/builds/240/step-make/0

Change History (3)

comment:1 by Mateusz Łoskot, 17 years ago

I tried to fix it but I'm not sure how, because the ERSHdrNode::FindElem() seems to be a new function and the problem is not just a typo in its name (FindElem() instead of Find or FindNode()).

comment:2 by warmerdam, 17 years ago

Missing method applied.

comment:3 by Mateusz Łoskot, 17 years ago

Verified.
Note: See TracTickets for help on using tickets.