Add a handful of missing fixes

This commit is contained in:
Aaron Gokaslan
2022-09-01 11:37:53 -04:00
parent f527e56f22
commit 4c6652f5b0
11 changed files with 12 additions and 33 deletions

View File

@@ -70,9 +70,7 @@ PretransformVertices::PretransformVertices() :
// ------------------------------------------------------------------------------------------------
// Destructor, private as well
PretransformVertices::~PretransformVertices() {
// nothing to do here
}
PretransformVertices::~PretransformVertices() = default;
// ------------------------------------------------------------------------------------------------
// Returns whether the processing step is present in the given flag field.