mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-30 11:31:26 +01:00
Mark PreferencesWindowController as final.
This commit is contained in:
parent
8d5bd91c74
commit
33d1ff3804
@ -27,7 +27,7 @@ private struct ToolbarItemIdentifier {
|
||||
static let Advanced = "Advanced"
|
||||
}
|
||||
|
||||
class PreferencesWindowController : NSWindowController, NSToolbarDelegate {
|
||||
final class PreferencesWindowController : NSWindowController, NSToolbarDelegate {
|
||||
|
||||
private let windowWidth = CGFloat(512.0) // Width is constant for all views; only the height changes
|
||||
private var viewControllers = [String: NSViewController]()
|
||||
|
Loading…
Reference in New Issue
Block a user