mirror of
https://github.com/taglib/taglib.git
synced 2026-04-12 17:09:50 -04:00
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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user