mirror of
https://github.com/taglib/taglib.git
synced 2026-06-14 02:09:27 -04:00
Fix warnings about missing virtual destructors
This commit is contained in:
@@ -518,3 +518,11 @@ void FileRef::parse(IOStream *stream, bool readAudioProperties,
|
||||
|
||||
d->file = detectByContent(stream, readAudioProperties, audioPropertiesStyle);
|
||||
}
|
||||
|
||||
FileRef::FileTypeResolver::~FileTypeResolver()
|
||||
{
|
||||
}
|
||||
|
||||
FileRef::StreamTypeResolver::~StreamTypeResolver()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user