Another cleanup that doesn't seem to actually help
[ITKit.git] / ITCategory-NSMenu.h
index 6ccfb6e..6a41379 100755 (executable)
@@ -18,9 +18,9 @@
 
 @interface NSMenu (ITCategory)
 
-- (void)indentItem:(NSMenuItem *)item;
+- (void)indentItem:(id <NSMenuItem>)item;
 - (void)indentItemAtIndex:(int)index;
-- (void)indentItem:(NSMenuItem *)item toLevel:(int)indentLevel;
+- (void)indentItem:(id <NSMenuItem>)item toLevel:(int)indentLevel;
 - (void)indentItemAtIndex:(int)index toLevel:(int)indentLevel;
 - (MenuRef)menuRef;