aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/engineinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/engineinfo.h')
-rw-r--r--lang/cpp/src/engineinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/engineinfo.h b/lang/cpp/src/engineinfo.h
index 52bf3474..ce7b4eaf 100644
--- a/lang/cpp/src/engineinfo.h
+++ b/lang/cpp/src/engineinfo.h
@@ -151,6 +151,7 @@ public:
EngineInfo();
explicit EngineInfo(gpgme_engine_info_t engine);
+ EngineInfo(const EngineInfo &other) = default;
const EngineInfo &operator=(EngineInfo other)
{
swap(other);