File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/Overlays/_Testing_WinSDK/Attachments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ extension AttachableImageFormat {
238
238
/// @Metadata {
239
239
/// @Available(Swift, introduced: 6.3)
240
240
/// }
241
- public var encoderCLSID : CLSID {
241
+ public var encoderCLSID : WinSDK . CLSID {
242
242
switch kind {
243
243
case . png:
244
244
CLSID_WICPngEncoder
@@ -270,7 +270,7 @@ extension AttachableImageFormat {
270
270
/// @Metadata {
271
271
/// @Available(Swift, introduced: 6.3)
272
272
/// }
273
- public init ( encoderCLSID: CLSID , encodingQuality: Float = 1.0 ) {
273
+ public init ( encoderCLSID: WinSDK . CLSID , encodingQuality: Float = 1.0 ) {
274
274
if encoderCLSID == CLSID_WICPngEncoder {
275
275
self = . png
276
276
} else if encoderCLSID == CLSID_WICJpegEncoder {
You can’t perform that action at this time.
0 commit comments