diff options
Diffstat (limited to 'common/command.h')
-rw-r--r-- | common/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.h b/common/command.h index ba606ea2..c82bcd3a 100644 --- a/common/command.h +++ b/common/command.h @@ -37,7 +37,7 @@ class CommandHandler virtual ~CommandHandler(){}; int exec(); - std::unique_ptr<Context> load_json(std::string filename); + void load_json(Context *ctx, std::string filename); void clear(); protected: |