Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 938597a

Browse files
authored
[macOS] Eliminate explicit main window init() (#40695)
[macOS] Eliminate explicit main window init()
1 parent 83fa712 commit 938597a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/macos/framework/Headers/FlutterViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ FLUTTER_DARWIN_EXPORT
131131
*
132132
* class MainFlutterWindow: NSWindow {
133133
* override func awakeFromNib() {
134-
* let flutterViewController = FlutterViewController.init()
134+
* let flutterViewController = FlutterViewController()
135135
*
136136
* // The background color of the window and `FlutterViewController`
137137
* // are retained separately.

0 commit comments

Comments
 (0)