summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandOptionsProcessLaunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandOptionsProcessLaunch.h')
-rw-r--r--lldb/source/Commands/CommandOptionsProcessLaunch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandOptionsProcessLaunch.h b/lldb/source/Commands/CommandOptionsProcessLaunch.h
index d18a23245080..7ab7fabe1050 100644
--- a/lldb/source/Commands/CommandOptionsProcessLaunch.h
+++ b/lldb/source/Commands/CommandOptionsProcessLaunch.h
@@ -18,7 +18,7 @@ namespace lldb_private {
class CommandOptionsProcessLaunch : public lldb_private::OptionGroup {
public:
- CommandOptionsProcessLaunch() : lldb_private::OptionGroup() {
+ CommandOptionsProcessLaunch() {
// Keep default values of all options in one place: OptionParsingStarting
// ()
OptionParsingStarting(nullptr);