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 19, 2023
1 parent 0426170 commit 5b48804
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 5b48804

Please sign in to comment.