clang-tidy: remove virtual from prot destructors

Found with cppcoreguidelines-virtual-class-destructor

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2024-01-18 10:52:33 -08:00 committed by Urs Fleisch
parent 208fc93aaa
commit 6abbe579a2
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ namespace TagLib {
/*!
* Destroys the frame factory.
*/
virtual ~ItemFactory();
~ItemFactory();
/*!
* Returns mapping between atom names and handler types.

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)