diff options
Diffstat (limited to 'src/GpgFrontendContext.h')
-rw-r--r-- | src/GpgFrontendContext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h index ae3177aa..507ee051 100644 --- a/src/GpgFrontendContext.h +++ b/src/GpgFrontendContext.h @@ -32,6 +32,8 @@ #include <memory> +#include "core/GpgConstants.h" + namespace GpgFrontend { struct GpgFrontendContext; @@ -46,6 +48,8 @@ struct GpgFrontendContext { bool gather_external_gnupg_info; bool unit_test_mode; + int rtn = GpgFrontend::kCrashCode; + /** * @brief Construct a new Gpg Frontend Context object * |