mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix several build errors.
This commit is contained in:
@@ -102,7 +102,7 @@ public actor SyncDatabase {
|
||||
#endif
|
||||
}
|
||||
|
||||
func resume() {
|
||||
public func resume() {
|
||||
#if os(iOS)
|
||||
if database == nil {
|
||||
self.database = FMDatabase.openAndSetUpDatabase(path: databasePath)
|
||||
|
||||
Reference in New Issue
Block a user