From 1e5288e9840e201a00bcb5ca3035d7aa807f1f8d Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 7 Mar 2011 20:12:52 +0000 Subject: Bring outline view branch up to date with trunk (r3203:r3224). --- Source/SPMenuAdditions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPMenuAdditions.m') diff --git a/Source/SPMenuAdditions.m b/Source/SPMenuAdditions.m index 45bde232..d653f71a 100644 --- a/Source/SPMenuAdditions.m +++ b/Source/SPMenuAdditions.m @@ -31,7 +31,7 @@ - (void)compatibleRemoveAllItems { if ([self respondsToSelector:@selector(removeAllItems)]) { - [self removeAllItems]; + [(id)self removeAllItems]; } else { while ([self numberOfItems]) [self removeItemAtIndex:0]; } -- cgit v1.2.3