devirtualized a function that is called once and never overridden

pull/3806/head
Krishty 2021-04-24 18:33:57 +02:00
parent e6a47d93c2
commit 5c64a4dc1e
1 changed files with 1 additions and 1 deletions

View File

@ -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.