diff options
Diffstat (limited to 'lang/cpp/src/context_p.h')
-rw-r--r-- | lang/cpp/src/context_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/src/context_p.h b/lang/cpp/src/context_p.h index 6b0a0805..491e7f77 100644 --- a/lang/cpp/src/context_p.h +++ b/lang/cpp/src/context_p.h @@ -69,7 +69,7 @@ public: EndMarker }; - Private(gpgme_ctx_t c = 0); + Private(gpgme_ctx_t c = nullptr); ~Private(); gpgme_ctx_t ctx; |