X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECProcessor.h;h=8baf726904dd3a4d0f4512f199f131d3cf58ce34;hb=62f5527da093117c4188e8fb3dc1469802be203e;hp=98b265e78077070f8dc4ee8ced8067cd5fb9ebea;hpb=8747dd4fbf6aca45c49391ba754f013f28ca3806;p=deb_libcec.git diff --git a/src/lib/CECProcessor.h b/src/lib/CECProcessor.h index 98b265e..8baf726 100644 --- a/src/lib/CECProcessor.h +++ b/src/lib/CECProcessor.h @@ -89,7 +89,7 @@ namespace CEC CCECBusDevice *m_busDevices[16]; private: - bool TryLogicalAddress(cec_logical_address address, const char *strLabel, unsigned int iIndex); + bool TryLogicalAddress(cec_logical_address address, unsigned int iIndex); bool FindLogicalAddressRecordingDevice(unsigned int iIndex); bool FindLogicalAddressTuner(unsigned int iIndex); bool FindLogicalAddressPlaybackDevice(unsigned int iIndex);