Skip to content

Commit

Permalink
Fix exported import of SWRT_COMEmbedding
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Dec 5, 2024
1 parent c1be43a commit e4bea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/Sources/COM/COMEmbedding.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import COM_ABI
@_exported import COM_ABI.SWRT_COMEmbedding
@_exported import struct COM_ABI.SWRT_COMEmbedding

/// Protocol for Swift objects which embed COM interfaces.
public protocol COMEmbedderWithDelegatedImplementation: AnyObject {
Expand Down

0 comments on commit e4bea29

Please sign in to comment.