Skip to content

Commit 53d46d0

Browse files
committed
Update TraitCollection.swift
1 parent c86651d commit 53d46d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftWin32/App and Environment/TraitCollection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ public class TraitCollection {
523523
///
524524
/// The `Image.Configuration` object in this property contains the same traits
525525
/// as the current trait collection.
526-
public private(set) var imageConfiguration: Image.Configuration {
526+
public var imageConfiguration: Image.Configuration {
527527
fatalError("\(#function) not yet implemented")
528528
}
529529

0 commit comments

Comments
 (0)