Add a handful of missing fixes
This commit is contained in:
@@ -134,9 +134,7 @@ STLImporter::STLImporter() :
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Destructor, private as well
|
||||
STLImporter::~STLImporter() {
|
||||
// empty
|
||||
}
|
||||
STLImporter::~STLImporter() = default;
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Returns whether the class can handle the format of the given file.
|
||||
|
||||
Reference in New Issue
Block a user