devirtualize method calls by declaring classes and methods final
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
* the bar itself, i.e. use render_background (depending on its Gtk::Style)
|
||||
*
|
||||
*/
|
||||
class ColoredBar : private BackBuffer, public ColorCaller
|
||||
class ColoredBar final : private BackBuffer, public ColorCaller
|
||||
{
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user