diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpg/model/GpgUID.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/model/GpgUID.cpp b/src/gpg/model/GpgUID.cpp index c0a63bab..b8d86323 100644 --- a/src/gpg/model/GpgUID.cpp +++ b/src/gpg/model/GpgUID.cpp @@ -25,4 +25,4 @@ #include "gpg/model/GpgUID.h" GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid) - : _uid_ref(uid, [&](gpgme_user_id_t uid) {}) {}
\ No newline at end of file + : uid_ref_(uid, [&](gpgme_user_id_t uid) {}) {}
\ No newline at end of file |