Minor changes

v0.27.3
Andreas Huggel 22 years ago
parent 0630d75b85
commit 27a9560e30

@ -20,14 +20,14 @@
*/ */
/* /*
File: ifd.cpp File: ifd.cpp
Version: $Name: $ $Revision: 1.6 $ Version: $Name: $ $Revision: 1.7 $
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 26-Jan-04, ahu: created History: 26-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component 11-Feb-04, ahu: isolated as a component
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.6 $ $RCSfile: ifd.cpp,v $") EXIV2_RCSID("@(#) $Name: $ $Revision: 1.7 $ $RCSfile: ifd.cpp,v $")
// ***************************************************************************** // *****************************************************************************
// included header files // included header files
@ -307,9 +307,9 @@ namespace Exif {
void Ifd::clear() void Ifd::clear()
{ {
offset_ = 0;
next_ = 0;
entries_.clear(); entries_.clear();
next_ = 0;
offset_ = 0;
} // Ifd::clear } // Ifd::clear
void Ifd::add(const Entry& entry) void Ifd::add(const Entry& entry)

@ -21,7 +21,7 @@
/*! /*!
@file ifd.hpp @file ifd.hpp
@brief Encoding and decoding of IFD (Image File Directory) data @brief Encoding and decoding of IFD (Image File Directory) data
@version $Name: $ $Revision: 1.8 $ @version $Name: $ $Revision: 1.9 $
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 09-Jan-04, ahu: created @date 09-Jan-04, ahu: created
@ -43,6 +43,8 @@
// namespace extensions // namespace extensions
namespace Exif { namespace Exif {
// *****************************************************************************
// class declarations
class MakerNote; class MakerNote;
// ***************************************************************************** // *****************************************************************************

Loading…
Cancel
Save