calm down -Wdelete-non-virtual-dtor warnings
remove -Wno-non-virtual-dtor from makefile (what does it do anyway? -Wdelete-non-virtual-dtor is part of -Wall)
This commit is contained in:
@@ -246,7 +246,7 @@ typedef ImportExport<GtkComboBox, int, IntComboImport, IntComboExport> IntComboI
|
||||
|
||||
|
||||
template<typename FirstArgument>
|
||||
class CallbackDialogData : public DLG_DATA
|
||||
class CallbackDialogData final : public DLG_DATA
|
||||
{
|
||||
public:
|
||||
typedef Callback1<FirstArgument> ImportCallback;
|
||||
|
||||
Reference in New Issue
Block a user