Browse Source

fix another warning: missing override.

Kim Kulling 5 years ago
parent
commit
edc73552cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/utObjImportExport.cpp

+ 1 - 1
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);