(OSX/Cocoa) basicEvent - change cmd to enum event_command

This commit is contained in:
Twinaphex 2015-04-20 18:46:55 +02:00
parent a730e35897
commit bd95b0a8ae

View File

@ -330,7 +330,7 @@ static void poll_iteration(void)
- (IBAction)basicEvent:(id)sender
{
unsigned cmd;
enum event_command cmd;
unsigned sender_tag = (unsigned)[sender tag];
global_t *global = global_get_ptr();