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