clang-tidy: remove virtual from prot destructors

Found with cppcoreguidelines-virtual-class-destructor

Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
Rosen Penev
2024-01-19 21:57:55 +01:00
committed by Urs Fleisch
parent 208fc93aaa
commit 6abbe579a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ namespace TagLib {
/*!
* Destroys the frame factory.
*/
virtual ~ItemFactory();
~ItemFactory();
/*!
* Returns mapping between atom names and handler types.
+1 -1
View File
@@ -137,7 +137,7 @@ namespace TagLib {
/*!
* Destroys the frame factory.
*/
virtual ~FrameFactory();
~FrameFactory();
/*!
* This method checks for compliance to the current ID3v2 standard (2.4)