diff options
Diffstat (limited to 'lang/cpp/src/context.cpp')
-rw-r--r-- | lang/cpp/src/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/src/context.cpp b/lang/cpp/src/context.cpp index 1a2741eb..11080cfa 100644 --- a/lang/cpp/src/context.cpp +++ b/lang/cpp/src/context.cpp @@ -1109,7 +1109,7 @@ static gpgme_encrypt_flags_t encryptflags2encryptflags(Context::EncryptionFlags return static_cast<gpgme_encrypt_flags_t>(result); } -gpgme_key_t *const Context::getKeysFromRecipients(const std::vector<Key> &recipients) +gpgme_key_t *Context::getKeysFromRecipients(const std::vector<Key> &recipients) { if (recipients.empty()) { return nullptr; |