Windows/OS X buildfix
This commit is contained in:
parent
1c10d3a1bb
commit
cc0226254d
|
@ -240,7 +240,7 @@ void Wiimote::Disconnect()
|
||||||
DisableDataReporting();
|
DisableDataReporting();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Wiimote::IsConnected()
|
bool Wiimote::IsConnected() const
|
||||||
{
|
{
|
||||||
return m_connected;
|
return m_connected;
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,7 @@ public:
|
||||||
bool Read();
|
bool Read();
|
||||||
bool Write();
|
bool Write();
|
||||||
bool Connect();
|
bool Connect();
|
||||||
bool IsConnected();
|
bool IsConnected() const;
|
||||||
bool IsOpen() const;
|
bool IsOpen() const;
|
||||||
void Disconnect();
|
void Disconnect();
|
||||||
void DisableDataReporting();
|
void DisableDataReporting();
|
||||||
|
|
Loading…
Reference in New Issue