aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/verificationresult.h
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2024-10-23 08:10:02 +0000
committerIngo Klöcker <[email protected]>2024-10-23 08:12:08 +0000
commitc4b39a77950b3b737de06eca044b35a845fc6299 (patch)
treed967319b02ca1871ebc4da943510dd6c6e9d3f9d /lang/cpp/src/verificationresult.h
parentcpp: Add/change some includes (diff)
downloadgpgme-c4b39a77950b3b737de06eca044b35a845fc6299.tar.gz
gpgme-c4b39a77950b3b737de06eca044b35a845fc6299.zip
cpp: Put attributes before declarations
* lang/cpp/src/key.h (UserID::Signature::Notation): Move GPGMEPP_DEPRECATED before the whole typedef declaration. * lang/cpp/src/verificationresult.h (Signature::Notation): Ditto. --
Diffstat (limited to '')
-rw-r--r--lang/cpp/src/verificationresult.h2
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();