Bump version to 6.4.7.2.M8
[LibreOffice.git] / external / gpgmepp / gcc9.patch
blobc2a9fd444df7cf04e044ee31aa208231d2f63560
1 --- lang/cpp/src/key.h
2 +++ lang/cpp/src/key.h
3 @@ -62,6 +62,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;