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 092ab215..6cce8c61 100644 --- a/common/command.h +++ b/common/command.h @@ -39,6 +39,7 @@ class CommandHandler int exec(); void load_json(Context *ctx, std::string filename); void clear(); + void run_script_hook(const std::string &name); protected: virtual void setupArchContext(Context *ctx) = 0; @@ -55,7 +56,6 @@ class CommandHandler void setupContext(Context *ctx); int executeMain(std::unique_ptr<Context> ctx); po::options_description getGeneralOptions(); - void run_script_hook(const std::string &name); void printFooter(); protected: |