diff options
Diffstat (limited to 'lang/cpp/src/context.h')
-rw-r--r-- | lang/cpp/src/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index 7d7f53a6..29eba91b 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -371,7 +371,7 @@ public: private: // Helper functions that need to be context because they rely // on the "Friendlyness" of context to access the gpgme types. - gpgme_key_t *const getKeysFromRecipients(const std::vector<Key> &recipients); + gpgme_key_t *getKeysFromRecipients(const std::vector<Key> &recipients); private: Private *const d; |