Manually fix up 100 more instances where it should be defaulted
This commit is contained in:
@@ -105,9 +105,7 @@ MDCImporter::MDCImporter() :
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Destructor, private as well
|
||||
MDCImporter::~MDCImporter() {
|
||||
// empty
|
||||
}
|
||||
MDCImporter::~MDCImporter() = default;
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Returns whether the class can handle the format of the given file.
|
||||
|
||||
Reference in New Issue
Block a user