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;