From 09ca3ca1f2fb271ab350d1104f661064c930d3ec Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 7 Mar 2022 14:16:55 -0800 Subject: [PATCH] manual namespace concatenations Signed-off-by: Rosen Penev --- src/tags_int.hpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/tags_int.hpp b/src/tags_int.hpp index 48975252..a8fbbbd0 100644 --- a/src/tags_int.hpp +++ b/src/tags_int.hpp @@ -10,13 +10,9 @@ // ***************************************************************************** // namespace extensions -namespace Exiv2 { - class ExifData; - - namespace Internal { - -// ***************************************************************************** -// class definitions +namespace Exiv2::Internal { + // ***************************************************************************** + // class definitions //! Type to specify the IFD to which a metadata belongs enum IfdId { @@ -501,6 +497,6 @@ namespace Exiv2 { //! Calculate the exposure time from an APEX shutter speed value URational exposureTime(float shutterSpeedValue); -}} // namespace Internal, Exiv2 +} // namespace Exiv2::Internal #endif // #ifndef TAGS_INT_HPP_