Skip to content

Commit aeb1e40

Browse files
committed
reset correct name option
1 parent ce204ae commit aeb1e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/DataFormatters/DumpValueObjectOptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ DumpValueObjectOptions &DumpValueObjectOptions::DisableObjectiveC() {
6969
// Reset these options to their default values.
7070
SetUseObjectiveC(false);
7171
SetHideRootType(false);
72-
SetHideRootName(false);
72+
SetHideName(false);
7373
SetHideValue(false);
7474
SetShowSummary(true);
7575
return *this;

0 commit comments

Comments
 (0)