summaryrefslogtreecommitdiff
path: root/lang/cpp/src/keygenerationresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/keygenerationresult.h')
-rw-r--r--lang/cpp/src/keygenerationresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/keygenerationresult.h b/lang/cpp/src/keygenerationresult.h
index a92151b4..1cbc9dd3 100644
--- a/lang/cpp/src/keygenerationresult.h
+++ b/lang/cpp/src/keygenerationresult.h
@@ -44,6 +44,7 @@ public:
KeyGenerationResult(gpgme_ctx_t ctx, const Error &error);
explicit KeyGenerationResult(const Error &err);
+ KeyGenerationResult(const KeyGenerationResult &other) = default;
const KeyGenerationResult &operator=(KeyGenerationResult other)
{
swap(other);