remove default constructor

This is rule of zero.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
main
Rosen Penev 3 years ago
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…
Cancel
Save