mirror of
https://github.com/taglib/taglib.git
synced 2025-08-06 22:34:29 -04:00
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:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user