diff options
Diffstat (limited to 'src/GpgFrontendContext.h')
-rw-r--r-- | src/GpgFrontendContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h index 3e5947f5..ae3177aa 100644 --- a/src/GpgFrontendContext.h +++ b/src/GpgFrontendContext.h @@ -44,7 +44,7 @@ struct GpgFrontendContext { char** argv; bool gather_external_gnupg_info; - bool load_default_gpg_context; + bool unit_test_mode; /** * @brief Construct a new Gpg Frontend Context object |