Fixed the build. Hm, I'm probably going to need to watch for tab changes...

This commit is contained in:
Pietro Gagliardi 2015-08-18 21:23:48 -04:00
parent dd3754b9c9
commit bd96368537
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ static void onDestroy(uiGroup *g)
static void groupRelayout(uiDarwinControl *c) static void groupRelayout(uiDarwinControl *c)
{ {
uiGroup *w = uiGroup(c); uiGroup *g = uiGroup(c);
uiDarwinControl *cc; uiDarwinControl *cc;
NSView *childView; NSView *childView;