aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGSVG.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGSVG.h')
-rw-r--r--experimental/svg/model/SkSVGSVG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/svg/model/SkSVGSVG.h b/experimental/svg/model/SkSVGSVG.h
index 675c83351f..0dfeb766fd 100644
--- a/experimental/svg/model/SkSVGSVG.h
+++ b/experimental/svg/model/SkSVGSVG.h
@@ -16,7 +16,7 @@ class SkSVGLengthContext;
class SkSVGSVG : public SkSVGContainer {
public:
- virtual ~SkSVGSVG() = default;
+ ~SkSVGSVG() override = default;
static sk_sp<SkSVGSVG> Make() { return sk_sp<SkSVGSVG>(new SkSVGSVG()); }