mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-20 14:33:04 +01:00
Fix build error.
This commit is contained in:
parent
be4b62e7fb
commit
8f01e7e3b6
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user