summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectSettings.h')
-rw-r--r--lldb/source/Commands/CommandObjectSettings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectSettings.h b/lldb/source/Commands/CommandObjectSettings.h
index 170b7f2fbd6..13f781f4d07 100644
--- a/lldb/source/Commands/CommandObjectSettings.h
+++ b/lldb/source/Commands/CommandObjectSettings.h
@@ -65,10 +65,10 @@ public:
~CommandOptions ();
virtual Error
- SetOptionValue (int option_idx, const char *option_arg);
+ SetOptionValue (uint32_t option_idx, const char *option_arg);
void
- ResetOptionValues ();
+ OptionParsingStarting ();
const OptionDefinition*
GetDefinitions ();
OpenPOWER on IntegriCloud