aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/skottie/SkottieAnimator.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/skottie/SkottieAnimator.h')
-rw-r--r--experimental/skottie/SkottieAnimator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/skottie/SkottieAnimator.h b/experimental/skottie/SkottieAnimator.h
index c32b4f8207..77be06b809 100644
--- a/experimental/skottie/SkottieAnimator.h
+++ b/experimental/skottie/SkottieAnimator.h
@@ -20,7 +20,7 @@ namespace skottie {
// it will either apply immediately or instantiate and attach a keyframe animator.
template <typename T>
bool BindProperty(const Json::Value&,
- sksg::Scene::AnimatorList*,
+ sksg::AnimatorList*,
std::function<void(const T&)>&&,
const T* noop = nullptr);