diff options
Diffstat (limited to 'src/core/GpgContext.cpp')
-rw-r--r-- | src/core/GpgContext.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/GpgContext.cpp b/src/core/GpgContext.cpp index 1897202f..0da963ee 100644 --- a/src/core/GpgContext.cpp +++ b/src/core/GpgContext.cpp @@ -43,6 +43,9 @@ namespace GpgFrontend { +GpgContext::GpgContext(int channel) + : SingletonFunctionObject<GpgContext>(channel) {} + /** * Constructor * Set up gpgme-context, set paths to app-run path |