Fix a GCC4 warning.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31733 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-07-24 15:40:43 +00:00
parent 6102f0788a
commit a5339f65c3
1 changed files with 1 additions and 0 deletions

View File

@ -1491,6 +1491,7 @@ BControlLook::DrawSplitter(BView* view, BRect& rect, const BRect& updateRect,
col2 = background;
break;
case 3:
default:
col1 = background;
col2 = light;
num = 0;