diff options
author | Saturneric <[email protected]> | 2021-12-02 22:30:34 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-02 22:30:34 +0000 |
commit | 1a8626dfb31df145f32ad5ceaa480fbd2a0a42bf (patch) | |
tree | 73ff7ce9492c2da3e049b82a4c63908f82d6be20 /src/gpg/function/GpgKeyOpera.h | |
parent | Fixed. (diff) | |
download | GpgFrontend-1a8626dfb31df145f32ad5ceaa480fbd2a0a42bf.tar.gz GpgFrontend-1a8626dfb31df145f32ad5ceaa480fbd2a0a42bf.zip |
Fixed
1. Fixed Known Issues.
Diffstat (limited to 'src/gpg/function/GpgKeyOpera.h')
-rw-r--r-- | src/gpg/function/GpgKeyOpera.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg/function/GpgKeyOpera.h b/src/gpg/function/GpgKeyOpera.h index d9573bd7..71e2de8b 100644 --- a/src/gpg/function/GpgKeyOpera.h +++ b/src/gpg/function/GpgKeyOpera.h @@ -38,8 +38,8 @@ class GpgKeyOpera : public SingletonFunctionObject<GpgKeyOpera> { GpgError SetExpire(const GpgKey& key, const SubkeyId& subkey_fpr, std::unique_ptr<boost::gregorian::date>& expires); - void GenerateRevokeCert(const GpgKey& key, - const std::string& output_file_name); + static void GenerateRevokeCert(const GpgKey& key, + const std::string& output_file_name); GpgFrontend::GpgError GenerateKey(const std::unique_ptr<GenKeyInfo>& params); |