summaryrefslogtreecommitdiff
path: root/Menes/radixSortWithSelector.h
diff options
context:
space:
mode:
Diffstat (limited to 'Menes/radixSortWithSelector.h')
-rw-r--r--Menes/radixSortWithSelector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Menes/radixSortWithSelector.h b/Menes/radixSortWithSelector.h
index d148cb3..4438584 100644
--- a/Menes/radixSortWithSelector.h
+++ b/Menes/radixSortWithSelector.h
@@ -46,6 +46,7 @@ typedef uint32_t (*MenesRadixSortFunction)(id, void *);
@interface NSMutableArray (MenesRadixSortWithSelector)
- (void) radixSortUsingFunction:(MenesRadixSortFunction)function withContext:(void *)argument;
+- (void) radixSortUsingSelector:(SEL)selector;
@end
#endif//Menes_radixSort_H