devirtualize method calls by declaring classes and methods final
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
class ImageArea;
|
||||
|
||||
class ImageAreaPanel :
|
||||
class ImageAreaPanel final :
|
||||
public Gtk::VBox
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user