diff options
Diffstat (limited to 'lang/cpp/src/notation.h')
-rw-r--r-- | lang/cpp/src/notation.h | 1 |
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); |