aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgModel.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/GpgModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GpgModel.h b/src/core/GpgModel.h
index 7cd45a80..a5f7d8cc 100644
--- a/src/core/GpgModel.h
+++ b/src/core/GpgModel.h
@@ -46,7 +46,7 @@ using SignIdArgsList = std::vector<std::pair<std::string, std::string>>; ///<
using SignIdArgsListPtr = std::unique_ptr<SignIdArgsList>; ///<
using KeyFprArgsListPtr = std::unique_ptr<std::vector<std::string>>; ///<
using KeyArgsList = std::vector<GpgKey>; ///<
-using KeyListPtr = std::unique_ptr<KeyArgsList>; ///<
+using KeyListPtr = std::shared_ptr<KeyArgsList>; ///<
using GpgKeyLinkList = std::list<GpgFrontend::GpgKey>; ///<
using KeyLinkListPtr = std::unique_ptr<GpgKeyLinkList>; ///<
using KeyPtr = std::unique_ptr<GpgKey>; ///<