summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qfactoryinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/plugin/qfactoryinterface.h')
-rw-r--r--src/corelib/plugin/qfactoryinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/plugin/qfactoryinterface.h b/src/corelib/plugin/qfactoryinterface.h
index e20864cd31..86a46fabfa 100644
--- a/src/corelib/plugin/qfactoryinterface.h
+++ b/src/corelib/plugin/qfactoryinterface.h
@@ -42,7 +42,7 @@ QT_BEGIN_NAMESPACE
struct Q_CORE_EXPORT QFactoryInterface
{
- virtual ~QFactoryInterface() {}
+ virtual ~QFactoryInterface();
virtual QStringList keys() const = 0;
};