mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1159685 - Fix BluetoothSspVariant argument passing for SspRequestNotification. r=shuang
This commit is contained in:
parent
e9ac933144
commit
0645784a7e
@ -1150,7 +1150,7 @@ private:
|
|||||||
|
|
||||||
nsresult
|
nsresult
|
||||||
operator () (nsString& aArg1, nsString& aArg2, uint32_t& aArg3,
|
operator () (nsString& aArg1, nsString& aArg2, uint32_t& aArg3,
|
||||||
BluetoothSspVariant aArg4, uint32_t& aArg5) const
|
BluetoothSspVariant& aArg4, uint32_t& aArg5) const
|
||||||
{
|
{
|
||||||
BluetoothDaemonPDU& pdu = GetPDU();
|
BluetoothDaemonPDU& pdu = GetPDU();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user