clang-tidy: Use override keyword

run-clang-tidy -header-filter='.*' -checks='-*,modernize-use-override' -fix
This commit is contained in:
Urs Fleisch
2023-07-22 07:09:58 +02:00
parent e20a53afbb
commit 9867bc947e
82 changed files with 587 additions and 587 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ namespace TagLib {
/*!
* Destroys this StreamTypeResolver instance.
*/
virtual ~StreamTypeResolver() = 0;
~StreamTypeResolver() override = 0;
virtual File *createFileFromStream(IOStream *stream,
bool readAudioProperties = true,