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:
@@ -1506,7 +1506,7 @@ DefaultDecorator::_GetComponentColors(Component component,
|
|||||||
ComponentColors _colors)
|
ComponentColors _colors)
|
||||||
{
|
{
|
||||||
// get the highlight for our component
|
// get the highlight for our component
|
||||||
Region region;
|
Region region = REGION_NONE;
|
||||||
switch (component) {
|
switch (component) {
|
||||||
case COMPONENT_TAB:
|
case COMPONENT_TAB:
|
||||||
region = REGION_TAB;
|
region = REGION_TAB;
|
||||||
|
|||||||
Reference in New Issue
Block a user