aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/gpg/GpgContext.h')
-rw-r--r--src/core/function/gpg/GpgContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/function/gpg/GpgContext.h b/src/core/function/gpg/GpgContext.h
index ea8c0e6a..b53344fd 100644
--- a/src/core/function/gpg/GpgContext.h
+++ b/src/core/function/gpg/GpgContext.h
@@ -62,7 +62,7 @@ class GPGFRONTEND_CORE_EXPORT GpgContext
explicit GpgContext(const GpgContextInitArgs &args, int channel);
- ~GpgContext() override;
+ virtual ~GpgContext() override;
[[nodiscard]] auto Good() const -> bool;