diff options
Diffstat (limited to 'include/lldb/Interpreter/OptionValueSInt64.h')
-rw-r--r-- | include/lldb/Interpreter/OptionValueSInt64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/Interpreter/OptionValueSInt64.h b/include/lldb/Interpreter/OptionValueSInt64.h index 1e16478668731..a6893d23e692a 100644 --- a/include/lldb/Interpreter/OptionValueSInt64.h +++ b/include/lldb/Interpreter/OptionValueSInt64.h @@ -50,10 +50,10 @@ public: void DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override; - Error + Status SetValueFromString(llvm::StringRef value, VarSetOperationType op = eVarSetOperationAssign) override; - Error + Status SetValueFromString(const char *, VarSetOperationType = eVarSetOperationAssign) = delete; |