aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGPath.h')
-rw-r--r--experimental/svg/model/SkSVGPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/svg/model/SkSVGPath.h b/experimental/svg/model/SkSVGPath.h
index 8b1f2e98f8..176b83873e 100644
--- a/experimental/svg/model/SkSVGPath.h
+++ b/experimental/svg/model/SkSVGPath.h
@@ -13,7 +13,7 @@
class SkSVGPath final : public SkSVGShape {
public:
- virtual ~SkSVGPath() = default;
+ ~SkSVGPath() override = default;
static sk_sp<SkSVGPath> Make() { return sk_sp<SkSVGPath>(new SkSVGPath()); }
void setPath(const SkPath& path) { fPath = path; }