Changeset 13965
- Timestamp:
- 03/11/08 13:44:49 (4 months ago)
- Files:
-
- trunk/gdal/frmts/ingr/IngrTypes.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/frmts/ingr/IngrTypes.h
r12578 r13965 133 133 134 134 struct INGR_FormatDescription { 135 uint16eFormatCode;136 const char *pszName;135 INGR_Format eFormatCode; 136 const char *pszName; 137 137 GDALDataType eDataType; 138 138 };
