Skip to content

Commit 5422ac1

Browse files
committed
Cleanup...
1 parent 782eba5 commit 5422ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ColorSet/Classes/MainWindowController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class MainWindowController: NSWindowController, NSTableViewDelegate, NSTableView
305305
return true
306306
}
307307

308-
override func validateMenuItem( _ item: NSMenuItem ) -> Bool
308+
func validateMenuItem( _ item: NSMenuItem ) -> Bool
309309
{
310310
guard let tableView = self.tableView else
311311
{

0 commit comments

Comments
 (0)