Fix two warnings that annoy clang.
parent
4f1e904ec8
commit
974252bd8f
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue