Fixing compiler warning about missing virtual destructor in class with virtual methods

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@706328 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Kevin Krammer
2007-08-29 22:57:23 +00:00
parent 317de487ba
commit a4d6e9a615
4 changed files with 18 additions and 2 deletions
+5 -1
View File
@@ -56,7 +56,7 @@ namespace TagLib {
class TAGLIB_EXPORT FileRef
{
public:
//! A class for pluggable file type resolution.
/*!
@@ -89,6 +89,10 @@ namespace TagLib {
class FileTypeResolver
{
public:
/*!
* Destroys this FileTypeResolver instance.
*/
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