fix another warning: missing override.

pull/3012/head
Kim Kulling 2020-03-22 09:17:44 +01:00
parent 378c87ccf4
commit edc73552cd
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ protected:
#ifndef ASSIMP_BUILD_NO_EXPORT #ifndef ASSIMP_BUILD_NO_EXPORT
virtual bool exporterTest() { bool exporterTest() override {
::Assimp::Importer importer; ::Assimp::Importer importer;
::Assimp::Exporter exporter; ::Assimp::Exporter exporter;
const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/OBJ/spider.obj", aiProcess_ValidateDataStructure); const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/OBJ/spider.obj", aiProcess_ValidateDataStructure);