X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECBusDevice.cpp;h=45f30a5951f691a551e1345ca1e1ecf0671ce250;hb=606034b6896be9c8ef1471bd2764beb5d85f4a58;hp=d0104d077b3a6dbc7a2d30ce30e45b20a59959be;hpb=387b6f6f0cfc29fdb539e6726c1c3bceeb722674;p=deb_libcec.git diff --git a/src/lib/CECBusDevice.cpp b/src/lib/CECBusDevice.cpp index d0104d0..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(uint32_t iVendorId, uint8_t iVendorClass /* = 0 */) +void CCECBusDevice::SetVendorId(uint64_t iVendorId, uint8_t iVendorClass /* = 0 */) { m_iVendorId = iVendorId; m_iVendorClass = iVendorClass;