From e4bea29d7fde48b02d22065d0cd0c57408336fb1 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Thu, 5 Dec 2024 08:04:30 -0500 Subject: [PATCH] Fix exported import of SWRT_COMEmbedding --- Support/Sources/COM/COMEmbedding.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support/Sources/COM/COMEmbedding.swift b/Support/Sources/COM/COMEmbedding.swift index f5429974..a0721f16 100644 --- a/Support/Sources/COM/COMEmbedding.swift +++ b/Support/Sources/COM/COMEmbedding.swift @@ -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 {