Skip to content

Commit

Permalink
[meta] TMemberInspector::GenericShowMembers pass isSilent to GetClass
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanal committed Oct 23, 2023
1 parent 259dc31 commit 9775ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/src/TMemberInspector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void TMemberInspector::GenericShowMembers(const char *topClassName, const void *
}
}

TClass *top = TClass::GetClass(topClassName);
TClass *top = TClass::GetClass(topClassName, true, isTransient);
if (top) {
top->CallShowMembers(obj, *this, isTransient);
} else {
Expand Down

0 comments on commit 9775ab8

Please sign in to comment.