Skip to content

Commit af7280a

Browse files
Make ViewController open
1 parent a3a4e21 commit af7280a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftWin32/View Controllers/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extension RectEdge {
5151
}
5252

5353
/// An object that manages a view hierarchy for your application.
54-
public class ViewController: Responder {
54+
open class ViewController: Responder {
5555
// MARK - Managing the View
5656

5757
/// The view that the controller manages.

0 commit comments

Comments
 (0)