summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectScript.h')
-rw-r--r--lldb/source/Commands/CommandObjectScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectScript.h b/lldb/source/Commands/CommandObjectScript.h
index b9fee7124818..97fc05421bd0 100644
--- a/lldb/source/Commands/CommandObjectScript.h
+++ b/lldb/source/Commands/CommandObjectScript.h
@@ -21,7 +21,7 @@ public:
class CommandOptions : public Options {
public:
- CommandOptions() : Options() {}
+ CommandOptions() {}
~CommandOptions() override = default;
Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_arg,
ExecutionContext *execution_context) override;