mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1033234 - Fix build break when building JB 4.2. r=tzimmermann
This commit is contained in:
parent
c812d8ad9d
commit
897601714b
@ -27,7 +27,7 @@ class BluetoothInterface;
|
||||
class BluetoothSocketInterface
|
||||
{
|
||||
public:
|
||||
friend BluetoothInterface;
|
||||
friend class BluetoothInterface;
|
||||
|
||||
// Init and Cleanup is handled by BluetoothInterface
|
||||
|
||||
@ -54,7 +54,7 @@ private:
|
||||
class BluetoothHandsfreeInterface
|
||||
{
|
||||
public:
|
||||
friend BluetoothInterface;
|
||||
friend class BluetoothInterface;
|
||||
|
||||
bt_status_t Init(bthf_callbacks_t* aCallbacks);
|
||||
void Cleanup();
|
||||
@ -116,7 +116,7 @@ private:
|
||||
class BluetoothA2dpInterface
|
||||
{
|
||||
public:
|
||||
friend BluetoothInterface;
|
||||
friend class BluetoothInterface;
|
||||
|
||||
bt_status_t Init(btav_callbacks_t *aCallbacks);
|
||||
void Cleanup();
|
||||
@ -140,7 +140,7 @@ class BluetoothAvrcpInterface
|
||||
{
|
||||
#if ANDROID_VERSION >= 18
|
||||
public:
|
||||
friend BluetoothInterface;
|
||||
friend class BluetoothInterface;
|
||||
|
||||
bt_status_t Init(btrc_callbacks_t* aCallbacks);
|
||||
void Cleanup();
|
||||
|
Loading…
Reference in New Issue
Block a user