Skip to content

Commit

Permalink
Fix name in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Jan 5, 2025
1 parent 3e732a7 commit e3b7694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/Sources/SwiftWinRT/Writing/ABIBinding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ fileprivate func writeInterfaceOrDelegateBindingType(

// public static var exportedVirtualTable: VirtualTablePointer { .init(&virtualTable) }
writer.writeComputedProperty(
visibility: .public, static: true, name: "virtualTablePointer",
visibility: .public, static: true, name: "exportedVirtualTable",
type: SupportModules.COM.virtualTablePointer) { writer in
writer.writeStatement(".init(&virtualTable)")
}
Expand Down

0 comments on commit e3b7694

Please sign in to comment.