Bläddra i källkod

devirtualized a function that is called once and never overridden

Krishty 4 år sedan
förälder
incheckning
5c64a4dc1e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      include/assimp/BaseImporter.h

+ 1 - 1
include/assimp/BaseImporter.h

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