mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-18 18:02:37 +01:00
Codechange: use default dtor instead of empty (#10826)
This commit is contained in:
@@ -116,7 +116,7 @@ struct NIVariable {
|
||||
class NIHelper {
|
||||
public:
|
||||
/** Silence a warning. */
|
||||
virtual ~NIHelper() {}
|
||||
virtual ~NIHelper() = default;
|
||||
|
||||
/**
|
||||
* Is the item with the given index inspectable?
|
||||
|
||||
Reference in New Issue
Block a user