mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-30 22:31:59 +02:00
oops
This commit is contained in:
@@ -125,7 +125,7 @@ public final class ListMonitor<T: NSManagedObject> {
|
|||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return sections[sectionIndex].objects?[itemIndex] as? T
|
return section.objects?[itemIndex] as? T
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user