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());
3306
3307
}
3307
3308
if (normalizedName.length()) {
3308
-
auto cci = gInterpreter->CheckClassInfo(normalizedName.c_str(), kTRUE/* autoload */,
3309
+
TDictionary::DeclId_t decl {};
3310
+
auto cci = gInterpreter->CheckClassInfo(normalizedName.c_str(), decl, kTRUE/* autoload */,
3309
3311
kTRUE/*Only class, structs and ns*/);
3310
3312
3311
3313
// We could have an interpreted class with an inline ClassDef, in this case we do not
0 commit comments