summaryrefslogtreecommitdiffstats
path: root/src/bodymovin/bmbasictransform_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bodymovin/bmbasictransform_p.h')
-rw-r--r--src/bodymovin/bmbasictransform_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bodymovin/bmbasictransform_p.h b/src/bodymovin/bmbasictransform_p.h
index f6683b6..25aba42 100644
--- a/src/bodymovin/bmbasictransform_p.h
+++ b/src/bodymovin/bmbasictransform_p.h
@@ -56,11 +56,12 @@ class BODYMOVIN_EXPORT BMBasicTransform : public BMShape
public:
BMBasicTransform() = default;
explicit BMBasicTransform(const BMBasicTransform &other);
- BMBasicTransform(const QJsonObject &definition, BMBase *parent = nullptr);
+ BMBasicTransform(const QJsonObject &definition, const QVersionNumber &version,
+ BMBase *parent = nullptr);
BMBase *clone() const override;
- void construct(const QJsonObject &definition);
+ void construct(const QJsonObject &definition, const QVersionNumber &version);
void updateProperties(int frame) override;
void render(LottieRenderer &renderer) const override;