summaryrefslogtreecommitdiff
path: root/lang/cpp/src/keylistresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/keylistresult.h')
-rw-r--r--lang/cpp/src/keylistresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/keylistresult.h b/lang/cpp/src/keylistresult.h
index d0a86900..68e2a17b 100644
--- a/lang/cpp/src/keylistresult.h
+++ b/lang/cpp/src/keylistresult.h
@@ -45,6 +45,7 @@ public:
explicit KeyListResult(const Error &err);
KeyListResult(const Error &err, const _gpgme_op_keylist_result &res);
+ KeyListResult(const KeyListResult &other) = default;
const KeyListResult &operator=(KeyListResult other)
{
swap(other);