osxvideo: fix a warning doing a cast

This commit is contained in:
Josep Torra 2009-10-09 12:14:22 +02:00
parent b3e5dcc5f7
commit 3f7aed54f9

View file

@ -85,7 +85,7 @@
- (void) sendEvent:(NSEvent *) event {
BOOL taken = NO;
GST_DEBUG ("event %p type:%d", event,[event type]);
GST_DEBUG ("event %p type:%d", event,(gint)[event type]);
if ([event type] == NSKeyDown) {
}