Index: examples/ganesh_app/ganesh_view.h |
diff --git a/examples/ganesh_app/ganesh_view.h b/examples/ganesh_app/ganesh_view.h |
index a066bcd929717be869627ee0f7299cae8c037d32..d0728938de49ca8d14afbed8358a29afa76c1356 100644 |
--- a/examples/ganesh_app/ganesh_view.h |
+++ b/examples/ganesh_app/ganesh_view.h |
@@ -20,7 +20,7 @@ namespace examples { |
class GaneshView : public TextureUploader::Client, public mojo::ViewObserver { |
public: |
GaneshView(mojo::Shell* shell, mojo::View* view); |
- ~GaneshView(); |
+ ~GaneshView() override; |
private: |
void OnViewDestroyed(mojo::View* view) override; |