Skip to content
Commit d4dd8b8e authored by Greg Kaiser's avatar Greg Kaiser Committed by Marco Nelissen
Browse files

Declare Visualizer::setEnabled() 'final'

We call the virtual method setEnabled() from Visualizer's
destructor.  In the destructor, the virtual binding is not used.
This isn't a problem for any current code, but to future-proof
against a possible future subclass of Visualizer, we declare
this method 'final'.

Test: TreeHugger
Change-Id: I703580b37cc1bf7f411caa723f95a691dff840a5
parent df5cd391
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment