Fix build error.

This commit is contained in:
Brent Simmons 2017-09-12 22:06:59 -07:00
parent be4b62e7fb
commit 8f01e7e3b6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ final class AuthorsTable: DatabaseRelatedObjectsTable {
let name: String
let databaseIDKey = DatabaseKey.authorID
var cache = [String: Author]()
var cache = DatabaseObjectCache()
init(name: String) {