aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/command.h')
-rw-r--r--common/command.h1
1 files changed, 1 insertions, 0 deletions
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<Context> load_json(std::string filename);
+ void clear();
protected:
virtual void setupArchContext(Context *ctx) = 0;