diff options
Diffstat (limited to 'include/lldb/Core/ValueObjectConstResultCast.h')
-rw-r--r-- | include/lldb/Core/ValueObjectConstResultCast.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lldb/Core/ValueObjectConstResultCast.h b/include/lldb/Core/ValueObjectConstResultCast.h index 395820dad6c7a..84dd79213d02c 100644 --- a/include/lldb/Core/ValueObjectConstResultCast.h +++ b/include/lldb/Core/ValueObjectConstResultCast.h @@ -47,7 +47,8 @@ public: lldb::ValueObjectSP GetSyntheticChildAtOffset(uint32_t offset, const CompilerType& type, - bool can_create) override; + bool can_create, + ConstString name_const_str = ConstString()) override; lldb::ValueObjectSP AddressOf (Error &error) override; |