Skip to content

Commit

Permalink
Initialise m_helpText in ImportSettings. Reported by cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Jan 30, 2012
1 parent 211c609 commit c0cf137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythplugins/mythmusic/mythmusic/importsettings.cpp
Expand Up @@ -16,6 +16,7 @@ ImportSettings::ImportSettings(MythScreenStack *parent, const char *name)
m_encoderType(NULL),
m_defaultRipQuality(NULL),
m_mp3UseVBR(NULL),
m_helpText(NULL),
m_saveButton(NULL),
m_cancelButton(NULL)
{
Expand Down

0 comments on commit c0cf137

Please sign in to comment.