blob: 709154ec102b3826d9612703b34b9a2d10d6df6e (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- lang/cpp/src/key.h
+++ lang/cpp/src/key.h
@@ -68,6 +68,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;
|