Unfix compiler warning. Compiler warnings good, BIC changes bad.

Make it a bit more obvious for the next poor fellow


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@706333 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Kevin Krammer
2007-08-29 23:33:30 +00:00
parent a4d6e9a615
commit ab1939b8fb
4 changed files with 6 additions and 13 deletions
+3 -4
View File
@@ -89,10 +89,9 @@ namespace TagLib {
class FileTypeResolver
{
public:
/*!
* Destroys this FileTypeResolver instance.
*/
virtual ~FileTypeResolver();
// do not fix compiler warning about missing virtual destructor
// since this would not be binary compatible
// let Scott fix it whenever he thinks BIC changes can next be applied
/*!
* This method must be overridden to provide an additional file type
* resolver. If the resolver is able to determine the file type it should