From 717bcfa19eb6d6351c471b657312097ad1261da5 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 4 Sep 2020 17:14:30 +0200 Subject: Preserve cmd parameters when loading json from GUI --- common/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/command.h') diff --git a/common/command.h b/common/command.h index e52b5a48..36b6d8ab 100644 --- a/common/command.h +++ b/common/command.h @@ -38,6 +38,7 @@ class CommandHandler int exec(); std::unique_ptr load_json(std::string filename); + void clear(); protected: virtual void setupArchContext(Context *ctx) = 0; -- cgit v1.2.3