gpgme: upgrade to release 1.18.0
[LibreOffice.git] / external / gpgmepp / gcc9.patch
blob709154ec102b3826d9612703b34b9a2d10d6df6e
1 --- lang/cpp/src/key.h
2 +++ lang/cpp/src/key.h
3 @@ -68,6 +68,7 @@
4 /* implicit */ Key(const Null &);
5 Key(const shared_gpgme_key_t &key);
6 Key(gpgme_key_t key, bool acquireRef);
7 + Key(Key const &) = default;
9 static const Null null;