Fixed gcc 2 warning.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39645 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-11-26 13:24:10 +00:00
parent c97cd0f4da
commit 003b80f0bb
+1 -1
View File
@@ -1506,7 +1506,7 @@ DefaultDecorator::_GetComponentColors(Component component,
ComponentColors _colors)
{
// get the highlight for our component
Region region;
Region region = REGION_NONE;
switch (component) {
case COMPONENT_TAB:
region = REGION_TAB;