mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Made the destructor of StringHandler virtual.
This commit is contained in:
parent
fba8f42588
commit
64447598e5
@ -54,7 +54,7 @@ namespace TagLib
|
||||
{
|
||||
public:
|
||||
StringHandler();
|
||||
~StringHandler();
|
||||
virtual ~StringHandler();
|
||||
|
||||
/*!
|
||||
* Decode a string from \a data.
|
||||
|
Loading…
x
Reference in New Issue
Block a user