Skip to content

Commit

Permalink
Silence a cppcheck warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
stichnot committed May 11, 2012
1 parent 3df350e commit 3bade07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/subtitlescreen.h
Expand Up @@ -117,7 +117,7 @@ class FormattedTextChunk
: text(t), format(formatting), parent(p), isTeletext(teletext)
{
}
FormattedTextChunk(void) : parent(NULL) {}
FormattedTextChunk(void) : parent(NULL), isTeletext(false) {}

QSize CalcSize(float layoutSpacing = 0.0f) const
{
Expand Down

0 comments on commit 3bade07

Please sign in to comment.