aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GMBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/GMBench.h')
-rw-r--r--bench/GMBench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/GMBench.h b/bench/GMBench.h
index 5e8b04ab46..c9ec80c643 100644
--- a/bench/GMBench.h
+++ b/bench/GMBench.h
@@ -18,7 +18,7 @@ class GMBench : public Benchmark {
public:
// Constructor takes ownership of the GM param.
GMBench(skiagm::GM* gm);
- virtual ~GMBench();
+ ~GMBench() override;
protected:
const char* onGetName() override;