diff options
author | saturneric <[email protected]> | 2023-12-23 12:07:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-23 12:07:26 +0000 |
commit | 4f29479ec7c128ab035d76e32006d8b0c7d0b9f1 (patch) | |
tree | 006f58359a2a0ade32513139a969cf4650c52234 /src/core/function/gpg/GpgBasicOperator.h | |
parent | fix: gen key test cases typeid rtti issues (diff) | |
download | GpgFrontend-4f29479ec7c128ab035d76e32006d8b0c7d0b9f1.tar.gz GpgFrontend-4f29479ec7c128ab035d76e32006d8b0c7d0b9f1.zip |
fix: solve all issues of test cases on macos m1
Diffstat (limited to 'src/core/function/gpg/GpgBasicOperator.h')
-rw-r--r-- | src/core/function/gpg/GpgBasicOperator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/function/gpg/GpgBasicOperator.h b/src/core/function/gpg/GpgBasicOperator.h index 72cd0347..9eb10f80 100644 --- a/src/core/function/gpg/GpgBasicOperator.h +++ b/src/core/function/gpg/GpgBasicOperator.h @@ -31,6 +31,7 @@ #include "core/function/basic/GpgFunctionObject.h" #include "core/function/gpg/GpgContext.h" #include "core/function/result_analyse/GpgResultAnalyse.h" +#include "core/model/GFBuffer.h" #include "core/typedef/CoreTypedef.h" #include "core/typedef/GpgTypedef.h" @@ -101,7 +102,7 @@ class GPGFRONTEND_CORE_EXPORT GpgBasicOperator * @param result the result of the operation * @return error code */ - auto Decrypt(BypeArrayRef in_buffer, ByteArrayPtr& out_buffer, + auto Decrypt(GFBuffer in_buffer, ByteArrayPtr& out_buffer, GpgDecrResult& result) -> GpgError; /** |