repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git]
/
external
/
gpgmepp
/
gcc9.patch
blob
709154ec102b3826d9612703b34b9a2d10d6df6e
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;
8
9
static const Null null;
10