diff --git a/lldb/source/Interpreter/Args.cpp b/lldb/source/Interpreter/Args.cpp index 774d1bbc5682..2bd382c222e7 100644 --- a/lldb/source/Interpreter/Args.cpp +++ b/lldb/source/Interpreter/Args.cpp @@ -1322,7 +1322,7 @@ Args::ParseAliasOptions (Options &options, if (val == 0) continue; - ((Options *) &options)->OptionSeen (val); + options.OptionSeen (val); // Look up the long option index if (long_options_index == -1)