summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qabstractlight_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qabstractlight_p.h')
-rw-r--r--src/render/lights/qabstractlight_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/lights/qabstractlight_p.h b/src/render/lights/qabstractlight_p.h
index 1e5ce588f..bfab787a3 100644
--- a/src/render/lights/qabstractlight_p.h
+++ b/src/render/lights/qabstractlight_p.h
@@ -64,6 +64,7 @@ class Q_AUTOTEST_EXPORT QAbstractLightPrivate : public Qt3DCore::QComponentPriva
{
public:
explicit QAbstractLightPrivate(QAbstractLight::Type type);
+ ~QAbstractLightPrivate();
Q_DECLARE_PUBLIC(QAbstractLight)
QAbstractLight::Type m_type;