Skip to content

Commit

Permalink
Client|LabelWidget: Fix build warning (switch with no case)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jun 6, 2013
1 parent fed9a73 commit 774d3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/ui/widgets/labelwidget.cpp
Expand Up @@ -113,6 +113,7 @@ public Font::RichFormat::IStyle
switch(contentStyle)
{
default:
case Font::RichFormat::NormalStyle:
sizeFactor = 1.f;
fontWeight = Font::RichFormat::OriginalWeight;
fontStyle = Font::RichFormat::OriginalStyle;
Expand Down

0 comments on commit 774d3be

Please sign in to comment.