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
Bump version to 6.4.7.2.M8
[LibreOffice.git]
/
external
/
gpgmepp
/
gcc9.patch
blob
c2a9fd444df7cf04e044ee31aa208231d2f63560
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;
8
9
static const Null null;
10