summaryrefslogtreecommitdiffstats
path: root/external/gpgmepp/gcc9.patch
blob: c2a9fd444df7cf04e044ee31aa208231d2f63560 (plain)
1
2
3
4
5
6
7
8
9
10
--- lang/cpp/src/key.h
+++ lang/cpp/src/key.h
@@ -62,6 +62,7 @@
     /* implicit */ Key(const Null &);
     Key(const shared_gpgme_key_t &key);
     Key(gpgme_key_t key, bool acquireRef);
+    Key(Key const &) = default;
 
     static const Null null;