You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf("TClass::GetClass: Header Parsing - The representation of %s was not found in the type system. A lookup in the interpreter is about to be tried: this can cause parsing. This can be avoided selecting %s in the linkdef/selection file.\n",normalizedName.c_str(), normalizedName.c_str());
3188
3189
}
3189
3190
if (normalizedName.length()) {
3190
-
auto cci = gInterpreter->CheckClassInfo(normalizedName.c_str(), kTRUE/* autoload */,
3191
+
TDictionary::DeclId_t decl {};
3192
+
auto cci = gInterpreter->CheckClassInfo(normalizedName.c_str(), decl, kTRUE/* autoload */,
3191
3193
kTRUE/*Only class, structs and ns*/);
3192
3194
3193
3195
// We could have an interpreted class with an inline ClassDef, in this case we do not
0 commit comments