mirror of
https://github.com/taglib/taglib.git
synced 2025-05-25 12:10:26 -04:00
Add virtual to abstract overridden destructor
This is redundant, but required by SWIG.
This commit is contained in:
parent
1ae8e18db5
commit
e60df53152
@ -143,7 +143,7 @@ namespace TagLib {
|
||||
/*!
|
||||
* Destroys this StreamTypeResolver instance.
|
||||
*/
|
||||
~StreamTypeResolver() override = 0;
|
||||
virtual ~StreamTypeResolver() override = 0; // virtual is needed by SWIG
|
||||
|
||||
StreamTypeResolver(const StreamTypeResolver &) = delete;
|
||||
StreamTypeResolver &operator=(const StreamTypeResolver &) = delete;
|
||||
|
Loading…
Reference in New Issue
Block a user