diff options
Diffstat (limited to 'include/lldb/Interpreter/OptionValueBoolean.h')
| -rw-r--r-- | include/lldb/Interpreter/OptionValueBoolean.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Interpreter/OptionValueBoolean.h b/include/lldb/Interpreter/OptionValueBoolean.h index e024f3a0f3db..214fd1649d39 100644 --- a/include/lldb/Interpreter/OptionValueBoolean.h +++ b/include/lldb/Interpreter/OptionValueBoolean.h @@ -54,7 +54,7 @@ public: DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask); virtual Error - SetValueFromCString (const char *value, + SetValueFromString (llvm::StringRef value, VarSetOperationType op = eVarSetOperationAssign); virtual bool |
