diff options
Diffstat (limited to 'lang/cpp/src/verificationresult.h')
-rw-r--r-- | lang/cpp/src/verificationresult.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |