Merge pull request #572 from dankan1890/master

Fix OSX build. (nw)
This commit is contained in:
Miodrag Milanović 2016-01-21 14:12:11 +01:00
commit 587bf8fe5b

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;