aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cli/cli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/cli.h b/src/cli/cli.h
index 017966eca..8c37b8728 100644
--- a/src/cli/cli.h
+++ b/src/cli/cli.h
@@ -106,6 +106,7 @@ class Command
// for checking all spec strings at load time
//parse_spec();
}
+ virtual ~Command() = default;
int run(const std::vector<std::string>& params)
{