aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/contrib/flatten.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/dev/contrib/flatten.md')
-rw-r--r--site/dev/contrib/flatten.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/dev/contrib/flatten.md b/site/dev/contrib/flatten.md
index c06a14b812..192571e1c7 100644
--- a/site/dev/contrib/flatten.md
+++ b/site/dev/contrib/flatten.md
@@ -11,7 +11,7 @@ do a few things so that it will work on all platforms:
<!--?prettify?-->
~~~~
-virtual void flatten(SkFlattenableWriteBuffer& buffer) const SK_OVERRIDE {
+virtual void flatten(SkFlattenableWriteBuffer& buffer) const override {
this->INHERITED::flatten(buffer);
// Write any private data that needs to be stored to recreate this object
}