Codechange: use default dtor instead of empty (#10826)
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
/**
|
||||
* Virtual dtor, needed to mute warnings.
|
||||
*/
|
||||
virtual ~ScriptListSorter() { }
|
||||
virtual ~ScriptListSorter() = default;
|
||||
|
||||
/**
|
||||
* Get the first item of the sorter.
|
||||
|
Reference in New Issue
Block a user