WiimoteScannerDarwin: Fix lint

This commit is contained in:
OatmealDome 2021-06-24 17:59:58 -04:00
parent b494d109d4
commit 156ffef98c
5 changed files with 14 additions and 13 deletions

View File

@ -25,6 +25,7 @@ public:
void FindWiimotes(std::vector<Wiimote*>&, Wiimote*&) override;
void Update() override {} // not needed
void RequestStopSearching() override { m_stop_scanning = true; }
private:
IOBluetoothHostController* m_host_controller;
bool m_stop_scanning = false;