From 231eb08396a6b60e2b198b504b5b550e66ada1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sun, 30 Sep 2012 10:34:14 +0200 Subject: [PATCH] Add a virtual destructor to FileTypeResolver --- taglib/fileref.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/taglib/fileref.h b/taglib/fileref.h index 0f0c21a4..57a2c1b9 100644 --- a/taglib/fileref.h +++ b/taglib/fileref.h @@ -91,8 +91,9 @@ namespace TagLib { class TAGLIB_EXPORT FileTypeResolver { - TAGLIB_IGNORE_MISSING_DESTRUCTOR public: + virtual ~FileTypeResolver(); + /*! * This method must be overridden to provide an additional file type * resolver. If the resolver is able to determine the file type it should