Skip to content

Commit 5f33bfb

Browse files
committed
idt: update sources for API changes
1 parent 610ef91 commit 5f33bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/idt/idt.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class visitor : public clang::RecursiveASTVisitor<visitor> {
127127
}
128128

129129
// Pure virtual methods cannot be exported.
130-
if (MD->isPure())
130+
if (MD->isPureVirtual())
131131
return true;
132132
}
133133

0 commit comments

Comments
 (0)