Skip to content

Commit 5064ea9

Browse files
committed
One last try...
1 parent 3babdee commit 5064ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Overlays/_Testing_WinSDK/Attachments/AttachableImageFormat+CLSID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ extension AttachableImageFormat {
232232
#if compiler(>=6.3)
233233
// Workaround for https://github.com/swiftlang/swift/pull/84466
234234
// (This typealias will be removed when that issue is resolved.)
235-
public typealias CLSID = _GUID._GUID
235+
public typealias CLSID = _GUID
236236
#endif
237237

238238
/// The `CLSID` value of the Windows Imaging Component (WIC) encoder class

0 commit comments

Comments
 (0)