Take care of a few more compiler warnings.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5388 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-04-19 03:39:26 +00:00
parent d93cebf84b
commit 63d296fcba
4 changed files with 32 additions and 33 deletions

View File

@ -110,8 +110,8 @@ void Wiimote::Reset()
}
Wiimote::Wiimote( const unsigned int index, SWiimoteInitialize* const wiimote_initialize )
: m_index(index)
, m_wiimote_init( wiimote_initialize )
: m_wiimote_init( wiimote_initialize )
, m_index(index)
{
// ---- set up all the controls ----