aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/model/GpgKeySignature.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/gpg/model/GpgKeySignature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/model/GpgKeySignature.cpp b/src/gpg/model/GpgKeySignature.cpp
index 8f937198..478b3d38 100644
--- a/src/gpg/model/GpgKeySignature.cpp
+++ b/src/gpg/model/GpgKeySignature.cpp
@@ -25,4 +25,4 @@
#include "gpg/model/GpgKeySignature.h"
GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)
- : _signature_ref(sig, [&](gpgme_key_sig_t signature) {}) {}
+ : signature_ref_(sig, [&](gpgme_key_sig_t signature) {}) {}