blob: d6718d7f310a8d6cabe2319d2885df5275b7ea41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** gdal-1.3.1/frmts/fit/fitdataset.cpp.old Thu Nov 24 12:14:08 2005
--- gdal-1.3.1/frmts/fit/fitdataset.cpp Thu Nov 24 12:14:19 2005
***************
*** 174,180 ****
public:
! FITRasterBand::FITRasterBand( FITDataset *, int );
~FITRasterBand();
// should override RasterIO eventually.
--- 174,180 ----
public:
! FITRasterBand( FITDataset *, int );
~FITRasterBand();
// should override RasterIO eventually.
|