remove default constructor

This is rule of zero.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2022-04-14 17:57:52 -07:00
parent f3f6ffb855
commit 151b54ab3e

View File

@ -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
//@{
/*!