mirror of
https://github.com/taglib/taglib.git
synced 2025-11-15 22:23:05 -05:00
Made the destructor of StringHandler virtual.
This commit is contained in:
@ -54,7 +54,7 @@ namespace TagLib
|
||||
{
|
||||
public:
|
||||
StringHandler();
|
||||
~StringHandler();
|
||||
virtual ~StringHandler();
|
||||
|
||||
/*!
|
||||
* Decode a string from \a data.
|
||||
|
||||
Reference in New Issue
Block a user