summaryrefslogtreecommitdiffstats
path: root/src/bodymovin/bmround_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bodymovin/bmround_p.h')
-rw-r--r--src/bodymovin/bmround_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bodymovin/bmround_p.h b/src/bodymovin/bmround_p.h
index ffdf656..fc2dcb3 100644
--- a/src/bodymovin/bmround_p.h
+++ b/src/bodymovin/bmround_p.h
@@ -61,11 +61,11 @@ class BODYMOVIN_EXPORT BMRound : public BMShape
public:
BMRound() = default;
explicit BMRound(const BMRound &other);
- BMRound(const QJsonObject &definition, BMBase *parent = nullptr);
+ BMRound(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;