Преглед изворни кода

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.