clang-tidy: remove duplicate public

Found with readability-redundant-access-specifiers

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2021-04-27 15:09:15 -07:00 committed by Luis Díaz Más
parent ca66136092
commit 80595f8468
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ public:
static time_t deltaMax_;
// public static member functions
public:
static int Adjust() {return Position::adjust_ + Position::tz_ + Position::dst_ ;}
static int tz() {return tz_ ;}
static int dst() {return dst_ ;}

View File

@ -113,7 +113,7 @@ namespace Exiv2 {
ConvertFct key1ToKey2_; //!< Conversion from first to second key.
ConvertFct key2ToKey1_; //!< Conversion from second to first key.
};
public:
//! @name Creators
//@{
//! Constructor for Exif tags and XMP properties.