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. --
This commit is contained in:
parent
bff4b847fc
commit
c4b39a7795
@ -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);
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user