Verified action signatures in darwin/menu.; thanks to mikeash in irc.freenode.net/#macdev for confirming.
This commit is contained in:
parent
effb919176
commit
f86d312c74
|
@ -49,7 +49,6 @@ enum {
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO make sure this is the right signature
|
|
||||||
- (IBAction)onClicked:(id)sender
|
- (IBAction)onClicked:(id)sender
|
||||||
{
|
{
|
||||||
struct menuItem *item;
|
struct menuItem *item;
|
||||||
|
|
Loading…
Reference in New Issue