diff options
Diffstat (limited to 'lang/cpp/src/trustitem.h')
| -rw-r--r-- | lang/cpp/src/trustitem.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/src/trustitem.h b/lang/cpp/src/trustitem.h index ad2a4a61..d31dc0b7 100644 --- a/lang/cpp/src/trustitem.h +++ b/lang/cpp/src/trustitem.h @@ -41,7 +41,7 @@ class GPGMEPP_EXPORT TrustItem  {      friend class ::GpgME::Context;  public: -    explicit TrustItem(gpgme_trust_item_t item = 0); +    explicit TrustItem(gpgme_trust_item_t item = nullptr);      TrustItem(const TrustItem &other);      virtual ~TrustItem();  | 
