mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix OSX build. (nw)
This commit is contained in:
parent
e569891ef5
commit
170ebc7f06
@ -139,7 +139,7 @@
|
||||
NSScrollView *contentScroll;
|
||||
|
||||
if (!(self = [super initWithMachine:m
|
||||
title:[NSString stringWithFormat:@"Device %s", d.tag().c_str()]
|
||||
title:[NSString stringWithFormat:@"Device %s", d.tag()]
|
||||
console:c]))
|
||||
{
|
||||
return nil;
|
||||
|
Loading…
Reference in New Issue
Block a user