remove default constructor
This is rule of zero. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -143,11 +143,6 @@ void ExifTags::taglist(std::ostream& os, const std::string& groupName) {
|
||||
|
||||
//! %Internal Pimpl structure with private members and data of class ExifKey.
|
||||
struct ExifKey::Impl {
|
||||
//! @name Creators
|
||||
//@{
|
||||
Impl() = default; //!< Default constructor
|
||||
//@}
|
||||
|
||||
//! @name Manipulators
|
||||
//@{
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user