devirtualize method calls by declaring classes and methods final
This commit is contained in:
@@ -49,7 +49,7 @@ class PartialProfile;
|
||||
}
|
||||
class RTImage;
|
||||
|
||||
class ProfilePanel :
|
||||
class ProfilePanel final :
|
||||
public Gtk::Grid,
|
||||
public PParamsChangeListener,
|
||||
public ProfileStoreListener,
|
||||
|
Reference in New Issue
Block a user