mirror of
https://github.com/taglib/taglib.git
synced 2025-07-23 15:34:30 -04: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