Bug 1159685 - Fix BluetoothSspVariant argument passing for SspRequestNotification. r=shuang

This commit is contained in:
Jocelyn Liu 2015-04-30 01:04:00 -04:00
parent e9ac933144
commit 0645784a7e

View File

@ -1150,7 +1150,7 @@ private:
nsresult
operator () (nsString& aArg1, nsString& aArg2, uint32_t& aArg3,
BluetoothSspVariant aArg4, uint32_t& aArg5) const
BluetoothSspVariant& aArg4, uint32_t& aArg5) const
{
BluetoothDaemonPDU& pdu = GetPDU();