clang-tidy: remove duplicate public
Found with readability-redundant-access-specifiers Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
ca66136092
commit
80595f8468
@ -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_ ;}
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user