Less of The Big Ugly in the middle of the classes.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@942880 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler
2009-03-22 19:27:38 +00:00
parent 56e8766126
commit fad967ae0b
3 changed files with 8 additions and 15 deletions

View File

@ -59,12 +59,7 @@ namespace TagLib {
class TAGLIB_EXPORT StringHandler
{
#ifdef __GNUC__
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1)
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
#endif
#endif
TAGLIB_IGNORE_MISSING_DESTRUCTOR
public:
// BIC: Add virtual destructor.