a32_interface: Default destructor in the cpp file
Makes it more consistent with code throughout the codebase.
This commit is contained in:
parent
884d759eba
commit
1d65e3a521
@ -144,7 +144,7 @@ private:
|
||||
|
||||
Jit::Jit(UserConfig config) : impl(std::make_unique<Impl>(this, config)) {}
|
||||
|
||||
Jit::~Jit() {}
|
||||
Jit::~Jit() = default;
|
||||
|
||||
void Jit::Run() {
|
||||
ASSERT(!is_executing);
|
||||
|
Loading…
x
Reference in New Issue
Block a user