mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 19:11:20 +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 {
|
namespace urde {
|
||||||
class ITweak {
|
class ITweak {
|
||||||
public:
|
public:
|
||||||
virtual ~ITweak() {}
|
virtual ~ITweak() = default;
|
||||||
};
|
};
|
||||||
} // namespace urde
|
} // namespace urde
|
||||||
|
Loading…
x
Reference in New Issue
Block a user