summaryrefslogtreecommitdiff
path: root/lang/cpp/src/tofuinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/tofuinfo.h')
-rw-r--r--lang/cpp/src/tofuinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/tofuinfo.h b/lang/cpp/src/tofuinfo.h
index 5bb024f2..67ed62a5 100644
--- a/lang/cpp/src/tofuinfo.h
+++ b/lang/cpp/src/tofuinfo.h
@@ -39,6 +39,7 @@ public:
TofuInfo();
explicit TofuInfo(gpgme_tofu_info_t info);
+ TofuInfo(const TofuInfo &other) = default;
const TofuInfo &operator=(TofuInfo other)
{
swap(other);