Skip to content

Commit f8032b2

Browse files
authored
Merge pull request stephencelis#832 from Udumft/non_framework_fix
Fix for non-framework build
2 parents 74a6d60 + 01e152a commit f8032b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLite/Typed/Coding.swift

+1-1
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)