We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isPureVirtual
1 parent 616c516 commit c4a59a9Copy full SHA for c4a59a9
core/metacling/src/TCling.cxx
@@ -8902,7 +8902,7 @@ Long_t TCling::FuncTempInfo_Property(FuncTempInfo_t *ft_info) const
8902
if (md->isVirtual()) {
8903
property |= kIsVirtual;
8904
}
8905
- if (md->isPure()) {
+ if (md->isPureVirtual()) {
8906
property |= kIsPureVirtual;
8907
8908
if (const clang::CXXConstructorDecl *cd =
core/metacling/src/TClingMethodInfo.cxx
@@ -519,7 +519,7 @@ long TClingMethodInfo::Property() const
519
520
521
522
523
524
525
0 commit comments