diff options
Diffstat (limited to 'lang/cpp/src/context_p.h')
-rw-r--r-- | lang/cpp/src/context_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/context_p.h b/lang/cpp/src/context_p.h index be347831..d53da0ac 100644 --- a/lang/cpp/src/context_p.h +++ b/lang/cpp/src/context_p.h @@ -77,6 +77,7 @@ public: Data lastAssuanInquireData; std::unique_ptr<AssuanTransaction> lastAssuanTransaction; std::unique_ptr<EditInteractor> lastEditInteractor, lastCardEditInteractor; + DecryptionFlags decryptFlags; }; } // namespace GpgME |