Index: site/dev/contrib/flatten.md |
diff --git a/site/dev/contrib/flatten.md b/site/dev/contrib/flatten.md |
index c06a14b81214764db9fb826be91db0a4d9bc49fe..192571e1c749415db64f64f3a2ae511499175ce0 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 |
} |