joystick: fix typo (and build)
authorCory Fields <theuni-nospam-@xbmc.org>
Mon, 9 Jul 2012 07:15:48 +0000 (03:15 -0400)
committerCory Fields <theuni-nospam-@xbmc.org>
Mon, 9 Jul 2012 07:39:12 +0000 (03:39 -0400)
xbmc/input/SDLJoystick.cpp

index 1085708..d4c2772 100644 (file)
@@ -454,7 +454,7 @@ float CJoystick::SetDeadzone(float val)
 
 bool CJoystick::ReleaseJoysticks()
 {
-  m_pJoysticks.clear();
+  m_Joysticks.clear();
   m_JoystickNames.clear();
   m_HatId = 0;
   m_ButtonId = 0;