fix a compil warning.
This commit is contained in:
parent
14780ab2e4
commit
640cc60bf4
|
@ -80,6 +80,7 @@ static void formatFill( OUTPUTFORMATTER* aFormatter, int aNestLevel, FILL_T aFil
|
||||||
|
|
||||||
switch( aFillMode )
|
switch( aFillMode )
|
||||||
{
|
{
|
||||||
|
default:
|
||||||
case FILL_T::NO_FILL: fillType = "none"; break;
|
case FILL_T::NO_FILL: fillType = "none"; break;
|
||||||
case FILL_T::FILLED_SHAPE: fillType = "outline"; break;
|
case FILL_T::FILLED_SHAPE: fillType = "outline"; break;
|
||||||
case FILL_T::FILLED_WITH_BG_BODYCOLOR: fillType = "background"; break;
|
case FILL_T::FILLED_WITH_BG_BODYCOLOR: fillType = "background"; break;
|
||||||
|
|
Loading…
Reference in New Issue