X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2FCECBusDevice.cpp;h=45f30a5951f691a551e1345ca1e1ecf0671ce250;hb=606034b6896be9c8ef1471bd2764beb5d85f4a58;hp=b3d338f03bfde4efedd213797e7651f331231477;hpb=0ab58650411d2de14fbe707e7c01ea407655bd15;p=deb_libcec.git diff --git a/src/lib/CECBusDevice.cpp b/src/lib/CECBusDevice.cpp index b3d338f..45f30a5 100644 --- a/src/lib/CECBusDevice.cpp +++ b/src/lib/CECBusDevice.cpp @@ -70,7 +70,7 @@ void CCECBusDevice::AddLog(cec_log_level level, const CStdString &strMessage) m_processor->AddLog(level, strMessage); } -void CCECBusDevice::SetVendorId(uint16_t iVendorId, uint8_t iVendorClass /* = 0 */) +void CCECBusDevice::SetVendorId(uint64_t iVendorId, uint8_t iVendorClass /* = 0 */) { m_iVendorId = iVendorId; m_iVendorClass = iVendorClass;