summaryrefslogtreecommitdiff
path: root/lang/cpp/src/importresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/importresult.h')
-rw-r--r--lang/cpp/src/importresult.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/cpp/src/importresult.h b/lang/cpp/src/importresult.h
index 5936698..a274933 100644
--- a/lang/cpp/src/importresult.h
+++ b/lang/cpp/src/importresult.h
@@ -47,6 +47,7 @@ public:
ImportResult(gpgme_ctx_t ctx, const Error &error);
explicit ImportResult(const Error &error);
+ ImportResult(const ImportResult &other) = default;
const ImportResult &operator=(ImportResult other)
{
swap(other);
@@ -106,6 +107,7 @@ class GPGMEPP_EXPORT Import
public:
Import();
+ Import(const Import &other) = default;
const Import &operator=(Import other)
{
swap(other);