From bd96368537773b26671fb9c887d50d6eccdfad09 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 18 Aug 2015 21:23:48 -0400 Subject: [PATCH] Fixed the build. Hm, I'm probably going to need to watch for tab changes... --- redo/reredo/darwin/group.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/reredo/darwin/group.m b/redo/reredo/darwin/group.m index b7c0a5ef..c7e345d7 100644 --- a/redo/reredo/darwin/group.m +++ b/redo/reredo/darwin/group.m @@ -32,7 +32,7 @@ static void onDestroy(uiGroup *g) static void groupRelayout(uiDarwinControl *c) { - uiGroup *w = uiGroup(c); + uiGroup *g = uiGroup(c); uiDarwinControl *cc; NSView *childView;