From 974252bd8fd6ac24c3c4523398c9e10c6f2b0e0e Mon Sep 17 00:00:00 2001 From: Malcolm Tyrrell Date: Fri, 24 Jul 2020 11:37:15 +0100 Subject: [PATCH] Fix two warnings that annoy clang. --- test/unit/utImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/utImporter.cpp b/test/unit/utImporter.cpp index cd30333f5..05b0b1ba7 100644 --- a/test/unit/utImporter.cpp +++ b/test/unit/utImporter.cpp @@ -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 {