Index: examples/ganesh_app/ganesh_app.cc |
diff --git a/examples/ganesh_app/ganesh_app.cc b/examples/ganesh_app/ganesh_app.cc |
index 0896fb469f99a6db5fde4f8430c99cbf53aa2070..9c860cc24fe292afdd80f8541e70e562071f4487 100644 |
--- a/examples/ganesh_app/ganesh_app.cc |
+++ b/examples/ganesh_app/ganesh_app.cc |
@@ -19,7 +19,7 @@ class GaneshApp : public mojo::ApplicationDelegate, |
public mojo::ViewManagerDelegate { |
public: |
GaneshApp() {} |
- virtual ~GaneshApp() {} |
+ ~GaneshApp() override {} |
void Initialize(mojo::ApplicationImpl* app) override { |
shell_ = app->shell(); |