GTK: Fix a GCC warning

This commit is contained in:
bgk 2012-10-03 17:49:39 +00:00
parent b1ddfdd553
commit a8bf9389b3
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@ JoypadConfigDialog::JoypadConfigDialog(Config::Section * _poConfig) :
m_oTitleLabel(_("Joypad :"), Gtk::ALIGN_RIGHT),
m_oDefaultJoypad(_("Default joypad")),
m_oTable(G_N_ELEMENTS(m_astKeys), 2, false),
m_iCurrentEntry(-1),
m_bUpdating(false),
m_ePad(PAD_MAIN),
m_poConfig(_poConfig),
m_iCurrentEntry(-1)
m_poConfig(_poConfig)
{
// Joypad selection
m_oTitleCombo.append_text("1");