Skip to content

Commit d1a708b

Browse files
committed
fixed 67d444d
1 parent 67d444d commit d1a708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcec/devices/CECBusDevice.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ bool CCECBusDevice::TransmitMuteAudio(const cec_logical_address source)
15041504
TransmitKeyRelease(source);
15051505
}
15061506

1507-
void CCECBusDevice::SetActiveSourceSent(bool setto = true)
1507+
void CCECBusDevice::SetActiveSourceSent(bool setto /* = true */)
15081508
{
15091509
m_bActiveSource = setto;
15101510
}

0 commit comments

Comments
 (0)