Skip to content

Commit

Permalink
Make include guard of image_types.h 'more unique'
Browse files Browse the repository at this point in the history
  • Loading branch information
piponazo committed Mar 14, 2019
1 parent 2da72b9 commit 9456922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/exiv2/image_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
*/

#ifndef IMAGE_TYPES_H
#define IMAGE_TYPES_H
#ifndef INCLUDE_EXIV2_IMAGE_TYPES_H
#define INCLUDE_EXIV2_IMAGE_TYPES_H

namespace Exiv2
{
Expand Down Expand Up @@ -55,4 +55,4 @@ namespace Exiv2
};
} // namespace Exiv2

#endif // IMAGE_TYPES_H
#endif // INCLUDE_EXIV2_IMAGE_TYPES_H

0 comments on commit 9456922

Please sign in to comment.