diff options
-rw-r--r-- | include/clang/Driver/Arg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/Arg.h b/include/clang/Driver/Arg.h index 3b3829a634..b85bcdcb69 100644 --- a/include/clang/Driver/Arg.h +++ b/include/clang/Driver/Arg.h @@ -72,7 +72,7 @@ namespace driver { const char *Value0, const char *Value1, const Arg *BaseArg = 0); ~Arg(); - const Option getOption() const { return Opt; } + Option getOption() const { return Opt; } StringRef getSpelling() const { return Spelling; } unsigned getIndex() const { return Index; } |