Another cleanup that doesn't seem to actually help
[ITKit.git] / ITCategory-NSMenu.h
index ad058bd..6a41379 100755 (executable)
@@ -4,7 +4,7 @@
  *    Category which extends NSMenu
  *
  *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
  *  Copyright (c) 2002 - 2003 iThink Software.
@@ -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;