diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-25 23:39:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 23:39:30 +0200 |
commit | 8c2b9801fd7046beb431b299eb31b3633287fa65 (patch) | |
tree | 11841159a3f53233bc377117264c220bf7cb4d80 /core/input/input.h | |
parent | bc520e443d9cc35e1f336016dbe2214681f95130 (diff) | |
parent | c1d445f1e514e69e457bd7607aa0fad266469f80 (diff) |
Merge pull request #60438 from Paulb23/text-edit-tests
Add TextEdit unit tests and multiple fixes.
Diffstat (limited to 'core/input/input.h')
-rw-r--r-- | core/input/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/input/input.h b/core/input/input.h index bbdac46805..42016f2417 100644 --- a/core/input/input.h +++ b/core/input/input.h @@ -331,6 +331,7 @@ public: void set_event_dispatch_function(EventDispatchFunc p_function); Input(); + ~Input(); }; VARIANT_ENUM_CAST(Input::MouseMode); |