From c4b39a77950b3b737de06eca044b35a845fc6299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Wed, 23 Oct 2024 10:10:02 +0200 Subject: 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. -- --- lang/cpp/src/verificationresult.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/cpp/src/verificationresult.h') 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 &parent, unsigned int index); public: - typedef GPGMEPP_DEPRECATED GpgME::Notation Notation; + GPGMEPP_DEPRECATED typedef GpgME::Notation Notation; Signature(); -- cgit v1.2.3