forked from amazingfate/loongoffice
Change-Id: Ib516eb3c9905577f083b99dd972443dcb3e86a42 Reviewed-on: https://gerrit.libreoffice.org/58043 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
11 lines
254 B
Diff
11 lines
254 B
Diff
--- 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;
|
|
|