Add unittest.

This commit is contained in:
Kim Kulling
2019-06-24 21:37:53 +02:00
parent 26bd54ae0b
commit 0f66a917e5
8 changed files with 119 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ void BaseProcess::ExecuteOnScene( Importer* pImp)
// and kill the partially imported data
delete pImp->Pimpl()->mScene;
pImp->Pimpl()->mScene = NULL;
pImp->Pimpl()->mScene = nullptr;
}
}