mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
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:
+3
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user