diff options
Diffstat (limited to 'xbmc/peripherals/devices/PeripheralJoystick.h')
-rw-r--r-- | xbmc/peripherals/devices/PeripheralJoystick.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xbmc/peripherals/devices/PeripheralJoystick.h b/xbmc/peripherals/devices/PeripheralJoystick.h index 3cf3c32016..9f8de58f66 100644 --- a/xbmc/peripherals/devices/PeripheralJoystick.h +++ b/xbmc/peripherals/devices/PeripheralJoystick.h @@ -44,11 +44,13 @@ namespace JOYSTICK namespace PERIPHERALS { + class CPeripherals; + class CPeripheralJoystick : public CPeripheral, //! @todo extend CPeripheralHID public KODI::JOYSTICK::IDriverReceiver { public: - CPeripheralJoystick(const PeripheralScanResult& scanResult, CPeripheralBus* bus); + CPeripheralJoystick(CPeripherals& manager, const PeripheralScanResult& scanResult, CPeripheralBus* bus); virtual ~CPeripheralJoystick(void); |