diff options
| author | Greg Clayton <gclayton@apple.com> | 2014-04-07 21:37:03 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2014-04-07 21:37:03 +0000 |
| commit | 78d10197038f3fa69e0ddc2cca8078daaa525133 (patch) | |
| tree | 801fbc8a545d76fc4c9ac1ed9d9f2ef801a87cb4 /lldb/source/Interpreter/Args.cpp | |
| parent | 8d007bb5d4acf3974ba4dc3f4694c25d8ba9a399 (diff) | |
| download | bcm5719-llvm-78d10197038f3fa69e0ddc2cca8078daaa525133.tar.gz bcm5719-llvm-78d10197038f3fa69e0ddc2cca8078daaa525133.zip | |
Cleanup the code a bit.
llvm-svn: 205739
Diffstat (limited to 'lldb/source/Interpreter/Args.cpp')
| -rw-r--r-- | lldb/source/Interpreter/Args.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/Args.cpp b/lldb/source/Interpreter/Args.cpp index 774d1bbc568..2bd382c222e 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) |

