aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGLine.h')
-rw-r--r--experimental/svg/model/SkSVGLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/svg/model/SkSVGLine.h b/experimental/svg/model/SkSVGLine.h
index 0f15ca5ac7..ec6213cf77 100644
--- a/experimental/svg/model/SkSVGLine.h
+++ b/experimental/svg/model/SkSVGLine.h
@@ -15,7 +15,7 @@ struct SkPoint;
class SkSVGLine final : public SkSVGShape {
public:
- virtual ~SkSVGLine() = default;
+ ~SkSVGLine() override = default;
static sk_sp<SkSVGLine> Make() { return sk_sp<SkSVGLine>(new SkSVGLine()); }
void setX1(const SkSVGLength&);