瀏覽代碼

fix another warning: missing override.

Kim Kulling 5 年之前
父節點
當前提交
edc73552cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);