Explicitly default all empty dtors
This commit is contained in:
@@ -85,8 +85,7 @@ CSMImporter::CSMImporter()
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Destructor, private as well
|
||||
CSMImporter::~CSMImporter()
|
||||
{}
|
||||
CSMImporter::~CSMImporter() = default;
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Returns whether the class can handle the format of the given file.
|
||||
|
||||
Reference in New Issue
Block a user