From eca1a4cee4f310c7e2c1216bd678143c1967edd4 Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 2 Jun 2021 11:36:56 +0100 Subject: Use hashlib in most remaining code Signed-off-by: gatecat --- common/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/command.h') diff --git a/common/command.h b/common/command.h index 36b6d8ab..ba606ea2 100644 --- a/common/command.h +++ b/common/command.h @@ -42,7 +42,7 @@ class CommandHandler protected: virtual void setupArchContext(Context *ctx) = 0; - virtual std::unique_ptr createContext(std::unordered_map &values) = 0; + virtual std::unique_ptr createContext(dict &values) = 0; virtual po::options_description getArchOptions() = 0; virtual void validate(){}; virtual void customAfterLoad(Context *ctx){}; -- cgit v1.2.3