mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-01 06:53:12 +02:00
changed protocol naming
This commit is contained in:
@@ -359,7 +359,7 @@ public final class CSSelect: NSObject {
|
||||
|
||||
// MARK: CoreStoreObjectiveCType
|
||||
|
||||
public init<T: SelectValueResultType>(_ swiftValue: Select<T>) {
|
||||
public init<T: QueryableAttributeType>(_ swiftValue: Select<T>) {
|
||||
|
||||
self.attributeType = T.cs_rawAttributeType
|
||||
self.selectTerms = swiftValue.selectTerms
|
||||
|
||||
Reference in New Issue
Block a user