Codechange: use default dtor instead of empty (#10826)
This commit is contained in:
@@ -118,7 +118,7 @@ struct NewsTypeData {
|
||||
|
||||
/** Container for any custom data that must be deleted after the news item has reached end-of-life. */
|
||||
struct NewsAllocatedData {
|
||||
virtual ~NewsAllocatedData() {}
|
||||
virtual ~NewsAllocatedData() = default;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user