Remove default destructor definitions from cpp files (#5528)

This commit is contained in:
Kim Kulling
2024-04-07 20:42:52 +01:00
committed by GitHub
parent 4a3e0e46ac
commit b41ffa5561
22 changed files with 82 additions and 80 deletions

View File

@@ -57,10 +57,6 @@ BaseProcess::BaseProcess() AI_NO_EXCEPT
// empty
}
// ------------------------------------------------------------------------------------------------
// Destructor, private as well
BaseProcess::~BaseProcess() = default;
// ------------------------------------------------------------------------------------------------
void BaseProcess::ExecuteOnScene(Importer *pImp) {
ai_assert( nullptr != pImp );