mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 15:51:22 +00:00
ITweak: Default virtual destructor
Same behavor, but allows the destructor to be trivial.
This commit is contained in:
parent
51afa94e8c
commit
dd76e73e11
@ -3,6 +3,6 @@
|
||||
namespace urde {
|
||||
class ITweak {
|
||||
public:
|
||||
virtual ~ITweak() {}
|
||||
virtual ~ITweak() = default;
|
||||
};
|
||||
} // namespace urde
|
||||
|
Loading…
x
Reference in New Issue
Block a user