From 6fff2c0c340fb77f32e43f8868c14da050eb8231 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Wed, 2 Jun 2004 03:12:37 +0000 Subject: [PATCH] Minor doc change --- src/exif.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/exif.hpp b/src/exif.hpp index ff9035b3..ce1b7b28 100644 --- a/src/exif.hpp +++ b/src/exif.hpp @@ -21,7 +21,7 @@ /*! @file exif.hpp @brief Encoding and decoding of Exif data - @version $Name: $ $Revision: 1.44 $ + @version $Name: $ $Revision: 1.45 $ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 09-Jan-04, ahu: created @@ -505,7 +505,7 @@ namespace Exiv2 { //@{ //! Copying not allowed (Todo: implement me!) ExifData(const ExifData& rhs); - //! Assignment not allowed (Todo: implement me!) + //! Assignment not allowed (IFD does not have an assignment operator) ExifData& operator=(const ExifData& rhs); //@} public: