Skip to content

Commit

Permalink
Update lift.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarak committed May 2, 2024
1 parent 59587d7 commit e396dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Inventory/lift.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def _lift_record(self, tag: RecordDecl) -> Schema:
method_schema.is_const = decl.is_const
method_schema.is_inherited = decl.parent != tag
method_schema.is_virtual = decl.is_virtual
method_schema.is_interface = decl.is_pure
method_schema.is_interface = decl.is_pure_virtual

if section is not None:
section[decl.name] = self._merge_method(
Expand Down

0 comments on commit e396dd6

Please sign in to comment.