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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bodymovin/bmshape_p.h b/src/bodymovin/bmshape_p.h
index 43ca20c..349be5a 100644
--- a/src/bodymovin/bmshape_p.h
+++ b/src/bodymovin/bmshape_p.h
@@ -76,7 +76,7 @@ public:
BMBase *clone() const override;
- static BMShape *construct(QJsonObject definition, BMBase *parent = nullptr, int constructAs = BM_SHAPE_ANY_TYPE_IX);
+ static BMShape *construct(QJsonObject definition, BMBase *parent = nullptr);
virtual const QPainterPath &path() const;
virtual bool acceptsTrim() const;