warning C4702: clearly there's a case missing here

Change-Id: I3afdca0a51c41ef75f3ea63e27a6e7a858c30111
This commit is contained in:
Michael Stahl
2013-06-20 14:13:46 +02:00
parent 5ba3d1740b
commit bb7d4a54cc

View File

@@ -136,6 +136,7 @@ Bitmap XGradientList::CreateBitmapForUI( long nIndex )
aGradientStyle = drawinglayer::attribute::GRADIENTSTYLE_AXIAL;
break;
}
case XGRAD_RADIAL :
{
aGradientStyle = drawinglayer::attribute::GRADIENTSTYLE_RADIAL;
break;