X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=07026713042a19e934bc84af18d4060de42788cb;hb=171c7eb0de71c8fc19a727d703cf7bbf297b3b35;hp=22e00cbef5998f7a324639e3da320a14feb5f128;hpb=74c9d740fc14b30cefee2b4ad4d089d1004c5965;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index 22e00cb..0702671 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -78,9 +78,8 @@ namespace CEC /*! * @brief Callback method for IAdapterCommunication, called when a logical address that libCEC uses was taken by another device. * @param oldAddress The logical address that was taken by another device. - * @param newAddress The new logical address, or CECDEVICE_UNKNOWN if no new LA could be allocated. */ - virtual void HandleLogicalAddressLost(cec_logical_address oldAddress, cec_logical_address newAddress) = 0; + virtual void HandleLogicalAddressLost(cec_logical_address oldAddress) = 0; virtual CLibCEC *GetLib(void) const = 0; };