summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/blendedclipanimator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/blendedclipanimator.cpp')
-rw-r--r--src/animation/backend/blendedclipanimator.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/animation/backend/blendedclipanimator.cpp b/src/animation/backend/blendedclipanimator.cpp
index 1fbd2cd0e..63278dbb6 100644
--- a/src/animation/backend/blendedclipanimator.cpp
+++ b/src/animation/backend/blendedclipanimator.cpp
@@ -45,8 +45,7 @@ namespace Qt3DAnimation {
namespace Animation {
BlendedClipAnimator::BlendedClipAnimator()
- : Qt3DCore::QBackendNode(ReadOnly)
- , m_handler(nullptr)
+ : BackendNode(ReadOnly)
{
}