Skip to content

Commit e68c183

Browse files
committed
Fixes error compiling moveItem.
1 parent d909d28 commit e68c183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DataSources/CollectionViewSectionedDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public class CollectionViewSectionedDataSource<S: SectionModelType>
212212

213213
override func _rx_collectionView(_ collectionView: UICollectionView, moveItemAtIndexPath sourceIndexPath: IndexPath, toIndexPath destinationIndexPath: IndexPath) {
214214
self._sectionModels.moveFromSourceIndexPath(sourceIndexPath, destinationIndexPath: destinationIndexPath)
215-
self.moveItem?(self, sourceIndexPath: sourceIndexPath, destinationIndexPath: destinationIndexPath)
215+
self.moveItem?(self, sourceIndexPath, destinationIndexPath)
216216
}
217217

218218
}

0 commit comments

Comments
 (0)