Skip to content

Commit 01e152a

Browse files
author
Victor Kononov
committed
non_framewrok_fix: fixed a mistype that prevented building SQLite.swift as non-framework sources.
1 parent 74a6d60 commit 01e152a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLite/Typed/Coding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ fileprivate class SQLiteEncoder: Encoder {
184184
}
185185
}
186186

187-
fileprivate var setters: [SQLite.Setter] = []
187+
fileprivate var setters: [Setter] = []
188188
let codingPath: [CodingKey] = []
189189
let userInfo: [CodingUserInfoKey: Any]
190190

0 commit comments

Comments
 (0)