aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/notation.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/notation.h')
-rw-r--r--lang/cpp/src/notation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/notation.h b/lang/cpp/src/notation.h
index 5b89214c..b1ff2d50 100644
--- a/lang/cpp/src/notation.h
+++ b/lang/cpp/src/notation.h
@@ -44,6 +44,7 @@ public:
Notation();
explicit Notation(gpgme_sig_notation_t nota);
+ Notation(const Notation &other) = default;
const Notation &operator=(Notation other)
{
swap(other);