Add a handful of missing fixes
This commit is contained in:
@@ -59,9 +59,7 @@ BaseProcess::BaseProcess() AI_NO_EXCEPT
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Destructor, private as well
|
||||
BaseProcess::~BaseProcess() {
|
||||
// nothing to do here
|
||||
}
|
||||
BaseProcess::~BaseProcess() = default;
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void BaseProcess::ExecuteOnScene(Importer *pImp) {
|
||||
|
||||
Reference in New Issue
Block a user