Build: Set missing override as error

I couldn't find a similar flag for MSVC
This commit is contained in:
SirLynix
2023-05-09 17:18:56 +02:00
parent bbbd3f88c1
commit 31da36991d
3 changed files with 6 additions and 4 deletions

View File

@@ -918,7 +918,7 @@ namespace
meshLoader.UnregisterLoader(m_meshLoaderEntry);
}
std::string_view GetDescription() const
std::string_view GetDescription() const override
{
return "Adds supports to load meshes and animations using Assimp";
}
@@ -963,4 +963,4 @@ extern "C"
return plugin.release();
}
}
#endif
#endif