Skip to content
Snippets Groups Projects
Commit 35c8f9e4 authored by Axel Naumann's avatar Axel Naumann
Browse files

Not a problem if we have no definition of TSelector.

parent e56d2ff3
No related branches found
No related tags found
No related merge requests found
......@@ -636,7 +636,7 @@ bool InheritsFromTSelector(const clang::RecordDecl *cl,
const cling::Interpreter &interp)
{
static const clang::CXXRecordDecl *TObject_decl
= ROOT::TMetaUtils::ScopeSearch("TSelector", interp, true /*diag*/, 0);
= ROOT::TMetaUtils::ScopeSearch("TSelector", interp, false /*diag*/, 0);
return ROOT::TMetaUtils::IsBase(llvm::dyn_cast<clang::CXXRecordDecl>(cl), TObject_decl, nullptr, interp);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment