(gcc4) local variable shadows a parameter
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27379 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -272,7 +272,7 @@ ControlsView::ControlsView(BRect r)
|
|||||||
ResizeTo(Bounds().Width(), height + 6.0);
|
ResizeTo(Bounds().Width(), height + 6.0);
|
||||||
|
|
||||||
// Horizontal divider
|
// Horizontal divider
|
||||||
BRect r = Bounds();
|
r = Bounds();
|
||||||
r.top = r.bottom - 1.0;
|
r.top = r.bottom - 1.0;
|
||||||
r.left -= 5.0; r.right += 5.0;
|
r.left -= 5.0; r.right += 5.0;
|
||||||
BBox* divider = new BBox(r, NULL, B_FOLLOW_LEFT_RIGHT, B_WILL_DRAW);
|
BBox* divider = new BBox(r, NULL, B_FOLLOW_LEFT_RIGHT, B_WILL_DRAW);
|
||||||
|
|||||||
Reference in New Issue
Block a user