Fix two warnings that annoy clang.

pull/3375/head
Malcolm Tyrrell 2020-07-24 11:37:15 +01:00
parent 4f1e904ec8
commit 974252bd8f
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ namespace
}
protected:
virtual const aiImporterDesc* GetInfo() const { return &s_failingImporterDescription; }
virtual const aiImporterDesc* GetInfo() const override { return &s_failingImporterDescription; }
virtual void InternReadFile( const std::string& pFile, aiScene*, Assimp::IOSystem* ) override
{