aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/cpp/src/key.h2
-rw-r--r--lang/cpp/src/verificationresult.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/cpp/src/key.h b/lang/cpp/src/key.h
index de0f25a7..8d92b0d4 100644
--- a/lang/cpp/src/key.h
+++ b/lang/cpp/src/key.h
@@ -475,7 +475,7 @@ private:
class GPGMEPP_EXPORT UserID::Signature
{
public:
- typedef GPGMEPP_DEPRECATED GpgME::Notation Notation;
+ GPGMEPP_DEPRECATED typedef GpgME::Notation Notation;
Signature();
Signature(const shared_gpgme_key_t &key, gpgme_user_id_t uid, gpgme_key_sig_t sig);
diff --git a/lang/cpp/src/verificationresult.h b/lang/cpp/src/verificationresult.h
index 04c439de..cd455d31 100644
--- a/lang/cpp/src/verificationresult.h
+++ b/lang/cpp/src/verificationresult.h
@@ -87,7 +87,7 @@ class GPGMEPP_EXPORT Signature
friend class ::GpgME::VerificationResult;
Signature(const std::shared_ptr<VerificationResult::Private> &parent, unsigned int index);
public:
- typedef GPGMEPP_DEPRECATED GpgME::Notation Notation;
+ GPGMEPP_DEPRECATED typedef GpgME::Notation Notation;
Signature();