diff --git a/src/core/frontend/applets/swkbd.h b/src/core/frontend/applets/swkbd.h index 1ca1858cc..757130be4 100644 --- a/src/core/frontend/applets/swkbd.h +++ b/src/core/frontend/applets/swkbd.h @@ -82,6 +82,8 @@ enum class ValidationError { class SoftwareKeyboard { public: + virtual ~SoftwareKeyboard() = default; + /** * Executes the software keyboard, configured with the given parameters. */