Fix a bunch of build errors.

This commit is contained in:
Brent Simmons
2017-09-24 12:24:44 -07:00
parent 8c0c8db824
commit 4d677b2055
20 changed files with 182 additions and 164 deletions

View File

@@ -45,7 +45,7 @@ class AddFolderWindowController : NSWindowController {
accountPopupButton.removeAllItems()
let menu = NSMenu()
for oneAccount in AccountManager.sharedInstance.sortedAccounts {
for oneAccount in AccountManager.shared.sortedAccounts {
let oneMenuItem = NSMenuItem()
oneMenuItem.title = oneAccount.nameForDisplay
oneMenuItem.representedObject = oneAccount