浏览代码

devirtualized a function that is called once and never overridden

Krishty 4 年之前
父节点
当前提交
5c64a4dc1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/BaseImporter.h

+ 1 - 1
include/assimp/BaseImporter.h

@@ -385,7 +385,7 @@ public: // static utilities
 
 private:
     /* Pushes state into importer for the importer scale */
-    virtual void UpdateImporterScale(Importer *pImp);
+    void UpdateImporterScale(Importer *pImp);
 
 protected:
     /// Error description in case there was one.