From 9f64365736ab4ccea1f5abfccd88a21a0360a4b6 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sat, 21 Feb 2004 12:04:45 +0000 Subject: [PATCH] Minor clean-up --- src/types.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/types.hpp b/src/types.hpp index 2b5cfb84..dab67c74 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -21,7 +21,7 @@ /*! @file types.hpp @brief Type definitions for Exiv2 and related functionality - @version $Name: $ $Revision: 1.3 $ + @version $Name: $ $Revision: 1.4 $ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 09-Jan-04, ahu: created @@ -70,8 +70,7 @@ namespace Exif { //! Type to specify the IFD to which a metadata belongs enum IfdId { ifdIdNotSet, - ifd0, exifIfd, gpsIfd, makerIfd, iopIfd, - ifd1, ifd1ExifIfd, ifd1GpsIfd, ifd1MakerIfd, ifd1IopIfd, + ifd0, exifIfd, gpsIfd, makerIfd, iopIfd, ifd1, lastIfdId}; // *****************************************************************************