summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qmorphtarget_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qmorphtarget_p.h')
-rw-r--r--src/animation/frontend/qmorphtarget_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/frontend/qmorphtarget_p.h b/src/animation/frontend/qmorphtarget_p.h
index 1fc3734ae..3214043f4 100644
--- a/src/animation/frontend/qmorphtarget_p.h
+++ b/src/animation/frontend/qmorphtarget_p.h
@@ -64,7 +64,7 @@ public:
void updateAttributeNames();
QStringList m_attributeNames;
- QVector<Qt3DRender::QAttribute *> m_targetAttributes;
+ QVector<Qt3DCore::QAttribute *> m_targetAttributes;
Q_DECLARE_PUBLIC(QMorphTarget)
};