summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectArgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectArgs.h')
-rw-r--r--lldb/source/Commands/CommandObjectArgs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectArgs.h b/lldb/source/Commands/CommandObjectArgs.h
index b6a7f3200c0..a3c365db84c 100644
--- a/lldb/source/Commands/CommandObjectArgs.h
+++ b/lldb/source/Commands/CommandObjectArgs.h
@@ -34,10 +34,10 @@ namespace lldb_private {
~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