Removed leading underscore from define

v0.27.3
Andreas Huggel 22 years ago
parent d4d94908cc
commit 8783278523

@ -21,13 +21,13 @@
/*! /*!
@file tags.hpp @file tags.hpp
@brief %Exif tag and type information @brief %Exif tag and type information
@version $Name: $ $Revision: 1.5 $ @version $Name: $ $Revision: 1.6 $
@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 15-Jan-03, ahu: created @date 15-Jan-03, ahu: created
*/ */
#ifndef _TAGS_HPP_ #ifndef TAGS_HPP_
#define _TAGS_HPP_ #define TAGS_HPP_
// ***************************************************************************** // *****************************************************************************
// included header files // included header files
@ -192,4 +192,4 @@ namespace Exif {
} // namespace Exif } // namespace Exif
#endif // #ifndef _TAGS_HPP_ #endif // #ifndef TAGS_HPP_

@ -21,13 +21,13 @@
/*! /*!
@file utils.hpp @file utils.hpp
@brief A collection of utility functions @brief A collection of utility functions
@version $Name: $ $Revision: 1.3 $ @version $Name: $ $Revision: 1.4 $
@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 12-Dec-03, ahu: created @date 12-Dec-03, ahu: created
*/ */
#ifndef _UTILS_HPP_ #ifndef UTILS_HPP_
#define _UTILS_HPP_ #define UTILS_HPP_
// ********************************************************************* // *********************************************************************
// included header files // included header files
@ -169,4 +169,4 @@ private:
} // namespace Util } // namespace Util
#endif // #ifndef _UTILS_HPP_ #endif // #ifndef UTILS_HPP_

Loading…
Cancel
Save