remove default constructor
This is rule of zero. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
f3f6ffb855
commit
151b54ab3e
@ -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
|
||||
//@{
|
||||
/*!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user