devirtualize method calls by declaring classes and methods final
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "toolpanel.h"
|
||||
#include "../rtexif/rtexif.h"
|
||||
|
||||
class ExifPanel :
|
||||
class ExifPanel final :
|
||||
public Gtk::VBox,
|
||||
public ToolPanel
|
||||
{
|
||||
|
Reference in New Issue
Block a user