diff options
Diffstat (limited to 'src/gpg/GpgContext.h')
-rw-r--r-- | src/gpg/GpgContext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpg/GpgContext.h b/src/gpg/GpgContext.h index 5812f49f..da19bfd9 100644 --- a/src/gpg/GpgContext.h +++ b/src/gpg/GpgContext.h @@ -38,7 +38,8 @@ namespace GpgFrontend { class GpgContext : public SingletonFunctionObject<GpgContext> { public: explicit GpgContext(bool independent_database = false, - std::string path = std::string(), int channel = 0); + std::string path = std::string(), bool gpg_alone = false, + std::string gpg_path = std::string(), int channel = 0); ~GpgContext() override = default; |