diff options
Diffstat (limited to 'lang/cpp/src/vfsmountresult.h')
-rw-r--r-- | lang/cpp/src/vfsmountresult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/vfsmountresult.h b/lang/cpp/src/vfsmountresult.h index b46eeb1c..6bc67ba3 100644 --- a/lang/cpp/src/vfsmountresult.h +++ b/lang/cpp/src/vfsmountresult.h @@ -45,6 +45,7 @@ public: VfsMountResult(gpgme_ctx_t ctx, const Error &error, const Error &opError); explicit VfsMountResult(const Error &err); + VfsMountResult(const VfsMountResult &other) = default; const VfsMountResult &operator=(VfsMountResult other) { swap(other); |