diff --git a/test/unit/utObjImportExport.cpp b/test/unit/utObjImportExport.cpp index afc25e7ac..dc1c6aa8e 100644 --- a/test/unit/utObjImportExport.cpp +++ b/test/unit/utObjImportExport.cpp @@ -198,7 +198,7 @@ protected: #ifndef ASSIMP_BUILD_NO_EXPORT - virtual bool exporterTest() { + bool exporterTest() override { ::Assimp::Importer importer; ::Assimp::Exporter exporter; const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/OBJ/spider.obj", aiProcess_ValidateDataStructure);