Skip to content

Commit 761b040

Browse files
committed
meta: Add missing PostLoadCheck.
This completes 9a42237
1 parent bc661b6 commit 761b040

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/meta/src/TClass.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3231,6 +3231,10 @@ TClass *TClass::GetClass(const char *name, Bool_t load, Bool_t silent, size_t hi
32313231
auto underlyingTypeDict = TClassTable::GetDictNorm(underlyingTypeName.Data());
32323232
if (underlyingTypeDict){
32333233
loadedcl = underlyingTypeDict();
3234+
if (loadedcl) {
3235+
loadedcl->PostLoadCheck();
3236+
return loadedcl;
3237+
}
32343238
}
32353239

32363240
}

0 commit comments

Comments
 (0)