Fix OSX build. (nw)

This commit is contained in:
Dankan1890 2016-01-21 14:05:28 +01:00
parent e569891ef5
commit 170ebc7f06

View File

@ -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;