summaryrefslogtreecommitdiffstats
path: root/src/bodymovin/bmshape_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bodymovin/bmshape_p.h')
-rw-r--r--src/bodymovin/bmshape_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bodymovin/bmshape_p.h b/src/bodymovin/bmshape_p.h
index 97caad6..e747144 100644
--- a/src/bodymovin/bmshape_p.h
+++ b/src/bodymovin/bmshape_p.h
@@ -75,7 +75,8 @@ public:
BMBase *clone() const override;
- static BMShape *construct(QJsonObject definition, BMBase *parent = nullptr);
+ static BMShape *construct(QJsonObject definition, const QVersionNumber &version,
+ BMBase *parent = nullptr);
virtual const QPainterPath &path() const;
virtual bool acceptsTrim() const;