Continue fixing build errors.

This commit is contained in:
Brent Simmons
2017-09-17 13:07:55 -07:00
parent c0ce68e64b
commit 6631a9c2f8
5 changed files with 18 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ class AddFolderWindowController : NSWindowController {
return
}
let _ = account.ensureFolderWithName(folderName)
let _ = account.ensureFolder(with: folderName)
}
// MARK: Actions